mediawiki-extensions-Cite/SpecialCite.php
Kunal Mehta c79fcaa5ec Add SpecialCite stub file for backwards-compatability
Will trigger a warning that it has moved to a new repository

Change-Id: I21d5d751b1043bfd53f2f208c7f28285f5ad9a78
2015-05-25 15:01:42 +02:00

8 lines
209 B
PHP

<?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
);