diff options
author | Moritz Schubotz (Physikerwelt) <wiki@physikerwelt.de> | 2014-04-06 08:37:39 +0000 |
---|---|---|
committer | TheDJ <hartman.wiki@gmail.com> | 2014-04-07 09:34:08 +0000 |
commit | 422efd5dccfcea329f1d360033df5f545aaed78c (patch) | |
tree | 3cd6f2480bf5cd58c66c456f03008e1ba11414f4 | |
parent | 9d7dba2215cf8e65a3eca9be820a803fbc5def03 (diff) | |
download | mediawikicore-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.php | 9 | ||||
-rw-r--r-- | languages/messages/MessagesEn.php | 1 | ||||
-rw-r--r-- | skins/common/images/button_math.png | bin | 617 -> 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 Binary files differdeleted file mode 100644 index 507e4b51f56b..000000000000 --- a/skins/common/images/button_math.png +++ /dev/null |