From 7a29a3d88ede8c993dcc22b628d5c6dffde95ef7 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 --- SyntaxHighlight_GeSHi.php | 1 + 1 file changed, 1 insertion(+) diff --git a/SyntaxHighlight_GeSHi.php b/SyntaxHighlight_GeSHi.php index c42de3ca..f8784480 100644 --- a/SyntaxHighlight_GeSHi.php +++ b/SyntaxHighlight_GeSHi.php @@ -42,6 +42,7 @@ if( !defined( 'MEDIAWIKI' ) ) die(); $wgExtensionCredits['parserhook']['SyntaxHighlight_GeSHi'] = array( + 'path' => __FILE__, 'name' => 'SyntaxHighlight', 'author' => array( 'Brion Vibber', 'Tim Starling', 'Rob Church', 'Niklas Laxström' ), 'description' => 'Provides syntax highlighting using [http://qbnz.com/highlighter/ GeSHi Highlighter]',