X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMWNamespace.php;h=b40da0036070e7f4b53004d3565885e3f5f26631;hb=6c1cfca4c3536e05008e51f5754900574c36adb4;hp=98e70bf9f753f3635da2c957ce9cb6d9bb2583de;hpb=aae7ba949a9fc35e49c14de44605cb68b04e5f76;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 ); }