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:
Kunal Mehta 2015-05-25 15:00:39 +02:00 committed by Jforrester
parent 6139d7112c
commit b236775a6a

7
SpecialCite.php Normal file
View 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
);