Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1090,7 +1090,8 @@ |
1091 | 1091 | $user: User the password is being validated for |
1092 | 1092 | |
1093 | 1093 | 'LanguageGetNamespaces': Provide custom ordering for namespaces or |
1094 | | -remove namespaces. Do not use this hook to add namespaces. |
| 1094 | +remove namespaces. Do not use this hook to add namespaces. Use |
| 1095 | +CanonicalNamespaces for that. |
1095 | 1096 | &$namespaces: Array of namespaces indexed by their numbers |
1096 | 1097 | |
1097 | 1098 | 'LanguageGetMagic': DEPRECATED, use $magicWords in a file listed in |