diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2020-05-01 21:31:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2020-05-01 21:31:26 +0000 |
commit | e2d7f9b490d0f7fcee3da77e24b637df9480b63e (patch) | |
tree | 066c86a7115ff267ba43dc01c254f039f69282ff /docs/hooks.txt | |
parent | 09c182abba94e79c5a14ce27668a7c317225cb71 (diff) | |
parent | 705e7e7c216aa1e8b501d30d5e3ce95559bd2935 (diff) | |
download | mediawikicore-e2d7f9b490d0f7fcee3da77e24b637df9480b63e.tar.gz mediawikicore-e2d7f9b490d0f7fcee3da77e24b637df9480b63e.zip |
Merge "Hard deprecate $wgParser"
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r-- | docs/hooks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt index 1a93cbe4110c..cbf1b3a9f90a 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2613,7 +2613,7 @@ $rev: Revision object of the template &$deps: Array of template dependencies with 'title', 'page_id', 'rev_id' keys 'ParserFirstCallInit': Called when the parser initialises for the first time. -[&]$parser: Parser object being cleared +[&]$parser: Parser object being initialised 'ParserGetVariableValueSwitch': Called when the parser needs the value of a custom magic word |