mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
* (bug 18242) Show the Subversion revision number per extensions in Special:Version (currently applied on some extensions to get the entries file)
This commit is contained in:
parent
680d39e1e6
commit
e5eeec681f
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue