diff options
-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 |