mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-23 15:16:46 +00:00
Re-apply 73306: Follow-up r73304: add "$specialPageAliases = array();" at top of the file.
There was an error in Translate.alias.php that has now been resolved.
This commit is contained in:
parent
2d61311fdb
commit
7dddedc310
|
@ -6,6 +6,8 @@
|
|||
* @ingroup Extensions
|
||||
*/
|
||||
|
||||
$specialPageAliases = array();
|
||||
|
||||
/** English (English) */
|
||||
$specialPageAliases['en'] = array(
|
||||
'Cite' => array( 'Cite' ),
|
||||
|
|
Loading…
Reference in a new issue