Remove list of functions added in wgExtensionFunctions
authorjeroendedauw <jeroendedauw@gmail.com>
Mon, 1 Jul 2013 14:55:19 +0000 (16:55 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 9 Jul 2013 12:13:41 +0000 (14:13 +0200)
Bug: 45167
Change-Id: I36ac6258015518af9ddf442afe58c8b401864a3b

includes/specials/SpecialVersion.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index beb7a1c..0ba056a 100644 (file)
@@ -390,11 +390,6 @@ class SpecialVersion extends SpecialPage {
                // We want the 'other' type to be last in the list.
                $out .= $this->getExtensionCategory( 'other', $extensionTypes['other'] );
 
-               if ( count( $wgExtensionFunctions ) ) {
-                       $out .= $this->openExtType( $this->msg( 'version-extension-functions' )->text(), 'extension-functions' );
-                       $out .= '<tr><td colspan="4">' . $this->listToText( $wgExtensionFunctions ) . "</td></tr>\n";
-               }
-
                $tags = $wgParser->getTags();
                $cnt = count( $tags );
 
index 973c946..cc4818a 100644 (file)
@@ -4803,7 +4803,6 @@ You can also [[Special:EditWatchlist|use the standard editor]].',
 'version-other'                         => 'Other',
 'version-mediahandlers'                 => 'Media handlers',
 'version-hooks'                         => 'Hooks',
-'version-extension-functions'           => 'Extension functions',
 'version-parser-extensiontags'          => 'Parser extension tags',
 'version-parser-function-hooks'         => 'Parser function hooks',
 'version-hook-name'                     => 'Hook name',
index 2cb94cf..23e48ca 100644 (file)
@@ -3655,7 +3655,6 @@ $wgMessageStructure = array(
                'version-other',
                'version-mediahandlers',
                'version-hooks',
-               'version-extension-functions',
                'version-parser-extensiontags',
                'version-parser-function-hooks',
                'version-hook-name',