Document alternative to deprecated function

Change-Id: I89ae5f5062f8e3eb8dac38d7efcca7723d6b62b1
This commit is contained in:
jeroendedauw 2015-01-21 01:30:14 +01:00
parent 6e46b4b380
commit ea9612e947

View file

@ -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 );