From: Moritz Schubotz (Physikerwelt) Date: Sun, 6 Apr 2014 08:37:39 +0000 (+0000) Subject: Remove button-math X-Git-Tag: 1.31.0-rc.0~16349^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=422efd5dccfcea329f1d360033df5f545aaed78c;p=lhc%2Fweb%2Fwiklou.git Remove button-math The button-math is now created by the Extension:Math see I3d126c1c252c27fa65ab8fb42ffab66a2d99cfa8 Bug: 60471 Change-Id: Ib17aa47c7d647e1ed293541adbdd1aa77e25e59e --- diff --git a/includes/EditPage.php b/includes/EditPage.php index f57fc60581..aab3c5bb60 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' => "", - 'close' => "", - '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 05db87465d..e65891a6b8 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 507e4b51f5..0000000000 Binary files a/skins/common/images/button_math.png and /dev/null differ