mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
* add svn:keywords 'LastChangedDate'
* replace text 'version' in ExtensionCredits with version based on 'LastChangedDate' for automatic version updating
This commit is contained in:
parent
cfe55a6b66
commit
cefc34361b
|
@ -43,7 +43,7 @@ if( !defined( 'MEDIAWIKI' ) )
|
|||
|
||||
$wgExtensionCredits['parserhook']['SyntaxHighlight_GeSHi'] = array(
|
||||
'name' => 'SyntaxHighlight',
|
||||
'version' => '2008-02-06',
|
||||
'version' => preg_replace('/^.* (\d\d\d\d-\d\d-\d\d) .*$/', '\1', '$LastChangedDate$'), #just the date of the last change
|
||||
'author' => array( 'Brion Vibber', 'Tim Starling', 'Rob Church' ),
|
||||
'description' => 'Provides syntax highlighting using [http://qbnz.com/highlighter/ GeSHi Highlighter]',
|
||||
'descriptionmsg' => 'syntaxhighlight-desc',
|
||||
|
|
Loading…
Reference in a new issue