Hard deprecate wfInitShellLocale()
authorMax Semenik <maxsem.wiki@gmail.com>
Wed, 4 Oct 2017 21:58:38 +0000 (14:58 -0700)
committerMax Semenik <maxsem.wiki@gmail.com>
Wed, 4 Oct 2017 21:58:38 +0000 (14:58 -0700)
Soft deprecated since 1.30, no callers anywhere.

Change-Id: Ifec11eb3c2c25ea9d7e5ecb72c53127536ab6c30

includes/GlobalFunctions.php

index 484dfe8..01569e1 100644 (file)
@@ -2350,6 +2350,7 @@ function wfShellExecWithStderr( $cmd, &$retval = null, $environ = [], $limits =
  * @see $wgShellLocale
  */
 function wfInitShellLocale() {
+       wfDeprecated( __FUNCTION__, '1.30' );
 }
 
 /**