X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefines.php;h=d818226974f6bedc2ce143f2225a5f106b9958c1;hb=1658b2b26bcb03a5a408d9375c53e6619c3a2dbe;hp=648e493b9156c17838d742ca167d59ea82f0f8af;hpb=c6901695467ca309e4c81d98f4157e42edbd029c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Defines.php b/includes/Defines.php index 648e493b91..d818226974 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -73,22 +73,6 @@ define( 'NS_HELP', 12 ); define( 'NS_HELP_TALK', 13 ); define( 'NS_CATEGORY', 14 ); define( 'NS_CATEGORY_TALK', 15 ); - -/** - * NS_IMAGE and NS_IMAGE_TALK are the pre-v1.14 names for NS_FILE and - * NS_FILE_TALK respectively, and are kept for compatibility. - * - * When writing code that should be compatible with older MediaWiki - * versions, either stick to the old names or define the new constants - * yourself, if they're not defined already. - * - * @deprecated since 1.14 - */ -define( 'NS_IMAGE', NS_FILE ); -/** - * @deprecated since 1.14 - */ -define( 'NS_IMAGE_TALK', NS_FILE_TALK ); /**@}*/ /**@{