X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefines.php;h=02930ea8153e2191a728740dbd8925dff872886d;hb=bddb40db1c34d4b4fd31f3227923b5bc3929f395;hp=529dfb39be086399f7908ae38b3bd20232119af9;hpb=93845ed2ad47e13bf88d33893ceb547bc724b3b6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Defines.php b/includes/Defines.php index 529dfb39be..02930ea815 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -77,8 +77,13 @@ define( 'NS_CATEGORY_TALK', 15 ); * 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 ); /**@}*/