Merge "Refactor global function wfBCP47 to static function LanguageCode::bcp47"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index be8c40f..069e1be 100644 (file)
@@ -2350,6 +2350,7 @@ function wfShellExecWithStderr( $cmd, &$retval = null, $environ = [], $limits =
  * @see $wgShellLocale
  */
 function wfInitShellLocale() {
+       wfDeprecated( __FUNCTION__, '1.30' );
 }
 
 /**