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 0d94b5f116
commit 7a29a3d88e

View file

@ -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]',