Merge "Add another Bengali synonym for HIDDENCAT in MessagesBn.php"
[lhc/web/wiklou.git] / includes / libs / IP.php
index da525e7..37e0076 100644 (file)
@@ -125,6 +125,7 @@ class IP {
         * @return bool True if it is valid
         */
        public static function isValidBlock( $ipRange ) {
+               wfDeprecated( __METHOD__, '1.30' );
                return self::isValidRange( $ipRange );
        }