mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Add SpecialCite stub file for backwards-compatability
Will trigger a warning that it has moved to a new repository Change-Id: I21d5d751b1043bfd53f2f208c7f28285f5ad9a78
This commit is contained in:
parent
6139d7112c
commit
b236775a6a
7
SpecialCite.php
Normal file
7
SpecialCite.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
trigger_error(
|
||||
'Special:Cite was moved to a separate CiteThisPage extension, ' .
|
||||
'see <https://www.mediawiki.org/wiki/Extension:CiteThisPage> for information on how to install it',
|
||||
E_USER_WARNING
|
||||
);
|
Loading…
Reference in a new issue