X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMWNamespace.php;h=b40da0036070e7f4b53004d3565885e3f5f26631;hb=ab4feff3ca31a11ee8d1fbcd49941c13c4d9ac31;hp=98e70bf9f753f3635da2c957ce9cb6d9bb2583de;hpb=bd7886961820d5f369029a007c6a75866fde5f19;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MWNamespace.php b/includes/MWNamespace.php index 98e70bf9f7..b40da00360 100644 --- a/includes/MWNamespace.php +++ b/includes/MWNamespace.php @@ -307,6 +307,7 @@ class MWNamespace { * @return bool True if this namespace either is or has a corresponding talk namespace. */ public static function canTalk( $index ) { + wfDeprecated( __METHOD__, '1.30' ); return self::hasTalkNamespace( $index ); }