From 8d0f7f523ec3d057d8de17ce8e0553038fde0002 Mon Sep 17 00:00:00 2001 From: Shinjiman Date: Mon, 27 Apr 2009 03:15:19 +0000 Subject: [PATCH] Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version --- SpecialEditcount.php | 1 + 1 file changed, 1 insertion(+) diff --git a/SpecialEditcount.php b/SpecialEditcount.php index 970a0aa..84931c1 100644 --- a/SpecialEditcount.php +++ b/SpecialEditcount.php @@ -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',