Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version

This commit is contained in:
Shinjiman 2009-04-27 03:15:19 +00:00
parent 838025e8fb
commit 8d0f7f523e
Notes: Raimond Spekking 2010-04-07 18:54:28 +00:00

View file

@ -14,6 +14,7 @@ if (!defined('MEDIAWIKI')) die();
*/
$wgExtensionCredits['specialpage'][] = array(
'path' => __FILE__,
'name' => 'Editcount',
'author' => 'Ævar Arnfjörð Bjarmason',
'description' => 'Displays [[Special:Editcount|edit count]] of a user',