mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
Big commit. Removing svn-version and svn-date from extensions. Per the list, these versions do not give valuable information and are often wildly inaccurate.
This commit is contained in:
parent
0452e68b8c
commit
8616d047e5
2
Cite.php
2
Cite.php
|
@ -26,8 +26,6 @@ if ( defined( 'MW_SUPPORTS_PARSERFIRSTCALLINIT' ) ) {
|
|||
|
||||
$wgExtensionCredits['parserhook'][] = array(
|
||||
'name' => 'Cite',
|
||||
'svn-date' => '$LastChangedDate$',
|
||||
'svn-revision' => '$LastChangedRevision$',
|
||||
'author' => 'Ævar Arnfjörð Bjarmason',
|
||||
'description' => 'Adds <nowiki><ref[ name=id]></nowiki> and <nowiki><references/></nowiki> tags, for citations', // kept for b/c
|
||||
'descriptionmsg' => 'cite_desc',
|
||||
|
|
|
@ -15,8 +15,6 @@ if (!defined('MEDIAWIKI')) die();
|
|||
|
||||
$wgExtensionCredits['specialpage'][] = array(
|
||||
'name' => 'Cite',
|
||||
'svn-date' => '$LastChangedDate$',
|
||||
'svn-revision' => '$LastChangedRevision$',
|
||||
'author' => 'Ævar Arnfjörð Bjarmason',
|
||||
'description' => 'adds a [[Special:Cite|citation]] special page & toolbox link', // kept for b/c
|
||||
'descriptionmsg' => 'cite_article_desc',
|
||||
|
|
Loading…
Reference in a new issue