blob: dc530259dba0a7b887897596d7a27c846f6e540b (
plain)
1
2
3
4
5
6
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
);
|