From ea9612e94753a5a667a94babb8897ee8e0843cbb Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Wed, 21 Jan 2015 01:30:14 +0100 Subject: [PATCH] Document alternative to deprecated function Change-Id: I89ae5f5062f8e3eb8dac38d7efcca7723d6b62b1 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1