From: Max Semenik Date: Wed, 4 Oct 2017 21:58:38 +0000 (-0700) Subject: Hard deprecate wfInitShellLocale() X-Git-Tag: 1.31.0-rc.0~1869^2 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=31475c87b25ac8e69d5bae7a7688720fdb2145d8 Hard deprecate wfInitShellLocale() Soft deprecated since 1.30, no callers anywhere. Change-Id: Ifec11eb3c2c25ea9d7e5ecb72c53127536ab6c30 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 484dfe8d4d..01569e1afa 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2350,6 +2350,7 @@ function wfShellExecWithStderr( $cmd, &$retval = null, $environ = [], $limits = * @see $wgShellLocale */ function wfInitShellLocale() { + wfDeprecated( __FUNCTION__, '1.30' ); } /**