From: jeroendedauw Date: Wed, 21 Jan 2015 00:30:14 +0000 (+0100) Subject: Document alternative to deprecated function X-Git-Tag: 1.31.0-rc.0~12641 X-Git-Url: http://git.cyclocoop.org/%27%2C%20%20%20quote_amp%28%24url%29%2C%20%20%20%27?a=commitdiff_plain;h=ea9612e94753a5a667a94babb8897ee8e0843cbb;p=lhc%2Fweb%2Fwiklou.git Document alternative to deprecated function Change-Id: I89ae5f5062f8e3eb8dac38d7efcca7723d6b62b1 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 9518182d82..e21ae117d7 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -4026,7 +4026,7 @@ function wfGetLangConverterCacheStorage() { * @param string|null $deprecatedVersion Optionally mark hook as deprecated with version number * * @return bool True if no handler aborted the hook - * @deprecated 1.25 + * @deprecated 1.25 - use Hooks::run */ function wfRunHooks( $event, array $args = array(), $deprecatedVersion = null ) { return Hooks::run( $event, $args, $deprecatedVersion );