From: Ævar Arnfjörð Bjarmason Date: Tue, 6 Sep 2005 16:48:55 +0000 (+0000) Subject: * Added a hook X-Git-Tag: 1.6.0~1711 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=3392d8c6e170a8073c01ac49c34cfcf8c166215f;p=lhc%2Fweb%2Fwiklou.git * Added a hook --- diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index 615a8a6dbb..255ee9b6b7 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -87,6 +87,8 @@ class SpecialVersion { 'other' => 'Other', ); + wfRunHooks( 'ExtensionTypes', array( &$extensionTypes ) ); + $out = "\n* Extensions:\n"; foreach ( $extensionTypes as $type => $text ) { if ( count( @$wgExtensionCredits[$type] ) ) {