diff options
Diffstat (limited to 'docs/globals.txt')
-rw-r--r-- | docs/globals.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/globals.txt b/docs/globals.txt index 805362ce0c52..0bb37fda5b96 100644 --- a/docs/globals.txt +++ b/docs/globals.txt @@ -56,7 +56,8 @@ $wgContLang Language object associated with the wiki being viewed. $wgParser - Parser object. Parser extensions register their hooks here. + Parser object. Parser extensions used to register their hooks here; + modern code should use the ParserFirstCallInit hook. $wgRequest WebRequest object, to get request data |