jenkins-bot has submitted this change and it was merged.

Change subject: Document alternative to deprecated function
......................................................................


Document alternative to deprecated function

Change-Id: I89ae5f5062f8e3eb8dac38d7efcca7723d6b62b1
---
M includes/GlobalFunctions.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php
index 9518182..e21ae11 100644
--- a/includes/GlobalFunctions.php
+++ b/includes/GlobalFunctions.php
@@ -4026,7 +4026,7 @@
  * @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 );

-- 
To view, visit https://gerrit.wikimedia.org/r/186115
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I89ae5f5062f8e3eb8dac38d7efcca7723d6b62b1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to