From 31475c87b25ac8e69d5bae7a7688720fdb2145d8 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Wed, 4 Oct 2017 14:58:38 -0700 Subject: [PATCH] Hard deprecate wfInitShellLocale() Soft deprecated since 1.30, no callers anywhere. Change-Id: Ifec11eb3c2c25ea9d7e5ecb72c53127536ab6c30 --- includes/GlobalFunctions.php | 1 + 1 file changed, 1 insertion(+) 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' ); } /** -- 2.20.1