aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Schubotz (Physikerwelt) <wiki@physikerwelt.de>2014-04-06 08:37:39 +0000
committerTheDJ <hartman.wiki@gmail.com>2014-04-07 09:34:08 +0000
commit422efd5dccfcea329f1d360033df5f545aaed78c (patch)
tree3cd6f2480bf5cd58c66c456f03008e1ba11414f4
parent9d7dba2215cf8e65a3eca9be820a803fbc5def03 (diff)
downloadmediawikicore-422efd5dccfcea329f1d360033df5f545aaed78c.tar.gz
mediawikicore-422efd5dccfcea329f1d360033df5f545aaed78c.zip
Remove button-math
The button-math is now created by the Extension:Math see I3d126c1c252c27fa65ab8fb42ffab66a2d99cfa8 Bug: 60471 Change-Id: Ib17aa47c7d647e1ed293541adbdd1aa77e25e59e
-rw-r--r--includes/EditPage.php9
-rw-r--r--languages/messages/MessagesEn.php1
-rw-r--r--skins/common/images/button_math.pngbin617 -> 0 bytes
3 files changed, 0 insertions, 10 deletions
diff --git a/includes/EditPage.php b/includes/EditPage.php
index f57fc6058118..aab3c5bb6049 100644
--- a/includes/EditPage.php
+++ b/includes/EditPage.php
@@ -3417,15 +3417,6 @@ HTML
'tip' => wfMessage( 'media_tip' )->text(),
'key' => 'M'
) : false,
- class_exists( 'MathRenderer' ) ? array(
- 'image' => $wgLang->getImageFile( 'button-math' ),
- 'id' => 'mw-editbutton-math',
- 'open' => "<math>",
- 'close' => "</math>",
- 'sample' => wfMessage( 'math_sample' )->text(),
- 'tip' => wfMessage( 'math_tip' )->text(),
- 'key' => 'C'
- ) : false,
array(
'image' => $wgLang->getImageFile( 'button-nowiki' ),
'id' => 'mw-editbutton-nowiki',
diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php
index 05db87465d31..e65891a6b829 100644
--- a/languages/messages/MessagesEn.php
+++ b/languages/messages/MessagesEn.php
@@ -518,7 +518,6 @@ $imageFiles = array(
'button-headline' => 'button_headline.png',
'button-image' => 'button_image.png',
'button-media' => 'button_media.png',
- 'button-math' => 'button_math.png',
'button-nowiki' => 'button_nowiki.png',
'button-sig' => 'button_sig.png',
'button-hr' => 'button_hr.png',
diff --git a/skins/common/images/button_math.png b/skins/common/images/button_math.png
deleted file mode 100644
index 507e4b51f56b..000000000000
--- a/skins/common/images/button_math.png
+++ /dev/null
Binary files differ