http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89689

Revision: 89689
Author:   platonides
Date:     2011-06-07 21:20:07 +0000 (Tue, 07 Jun 2011)
Log Message:
-----------
Follow up r85410 & r89688. Try to make clearer that this is a message key.

Modified Paths:
--------------
    trunk/phase3/docs/hooks.txt

Modified: trunk/phase3/docs/hooks.txt
===================================================================
--- trunk/phase3/docs/hooks.txt 2011-06-07 20:56:21 UTC (rev 89688)
+++ trunk/phase3/docs/hooks.txt 2011-06-07 21:20:07 UTC (rev 89689)
@@ -236,7 +236,7 @@
 
 'AbortAutoAccount': Return false to cancel automated local account creation, 
where normally authentication against an external auth plugin would be creating 
a local account.
 $user: the User object about to be created (read-only, incomplete)
-&$abortMessage: out parameter: error message to be displayed to user
+&$abortMsg: out parameter: name of error message to be displayed to user
 
 'AbortAutoblock': Return false to cancel an autoblock.
 $autoblockip: The IP going to be autoblocked.
@@ -262,7 +262,7 @@
 
 'AbortNewAccount': Return false to cancel explicit account creation.
 $user: the User object about to be created (read-only, incomplete)
-&$message: out parameter: error message to display on abort
+&$msg: out parameter: name of error message to display on abort
 
 'AddNewAccount': after a user account is created
 $user: the User object that was created. (Parameter added in 1.7)


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

Reply via email to