mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version
This commit is contained in:
parent
0d94b5f116
commit
7a29a3d88e
|
@ -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]',
|
||||
|
|
Loading…
Reference in a new issue