Skip to content

Commit

Permalink
Update SemanticCite.php
Browse files Browse the repository at this point in the history
Allow the git hash and time stamp of the version to be shown on "Special:Version"

Refs issue SemanticMediaWiki/SemanticBreadcrumbLinks#19
  • Loading branch information
kghbln authored Jul 1, 2016
1 parent f2dfc6a commit 7c302b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SemanticCite.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function initExtension() {

// Register the extension
$GLOBALS['wgExtensionCredits']['semantic'][ ] = array(
'path' => __DIR__,
'path' => __FILE__,
'name' => 'Semantic Cite',
'author' => array( 'James Hong Kong' ),
'url' => 'https://github.com/SemanticMediaWiki/SemanticCite/',
Expand Down

0 comments on commit 7c302b2

Please sign in to comment.