Document alternative to deprecated function
Change-Id: I89ae5f5062f8e3eb8dac38d7efcca7723d6b62b1
This commit is contained in:
parent
6e46b4b380
commit
ea9612e947
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue