Merge "Add missing use statements"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index d87fd28..d0229bc 100644 (file)
@@ -3104,6 +3104,7 @@ function wfShorthandToInteger( $string = '', $default = -1 ) {
  * @return string The language code which complying with BCP 47 standards.
  */
 function wfBCP47( $code ) {
+       wfDeprecated( __METHOD__, '1.31' );
        return LanguageCode::bcp47( $code );
 }