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

Revision: 95781
Author:   nikerabbit
Date:     2011-08-30 13:59:54 +0000 (Tue, 30 Aug 2011)
Log Message:
-----------
Amend r95775 per Siebrand's suggestion

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

Modified: trunk/phase3/docs/hooks.txt
===================================================================
--- trunk/phase3/docs/hooks.txt 2011-08-30 13:57:33 UTC (rev 95780)
+++ trunk/phase3/docs/hooks.txt 2011-08-30 13:59:54 UTC (rev 95781)
@@ -1090,7 +1090,8 @@
 $user: User the password is being validated for
 
 'LanguageGetNamespaces': Provide custom ordering for namespaces or
-remove namespaces. Do not use this hook to add namespaces.
+remove namespaces. Do not use this hook to add namespaces. Use 
+CanonicalNamespaces for that.
 &$namespaces: Array of namespaces indexed by their numbers
 
 'LanguageGetMagic': DEPRECATED, use $magicWords in a file listed in 


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

Reply via email to