From e5eeec681f185fec58f0fd7729125e8aea4b0c3e Mon Sep 17 00:00:00 2001 From: Shinjiman Date: Sun, 26 Apr 2009 05:22:33 +0000 Subject: [PATCH] * (bug 18242) Show the Subversion revision number per extensions in Special:Version (currently applied on some extensions to get the entries file) --- ParserFunctions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ParserFunctions.php b/ParserFunctions.php index 56bd7722..d6cd2387 100644 --- a/ParserFunctions.php +++ b/ParserFunctions.php @@ -6,6 +6,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { $wgExtensionFunctions[] = 'wfSetupParserFunctions'; $wgExtensionCredits['parserhook'][] = array( + 'path' => __FILE__, 'name' => 'ParserFunctions', 'version' => '1.1.1', 'url' => 'http://www.mediawiki.org/wiki/Extension:ParserFunctions',