Skip to content

Commit

Permalink
Don't use deprecated ParserBeforeTidy hook
Browse files Browse the repository at this point in the history
Access to "untidy" parser output is being removed and this hook is
being deprecated.

It is straightforward to switch to using the ParserAfterTidy hook instead.

ParserBeforeTidy deprecation in I4a0aae7b17fb522a5e4f90edad3a0b7137b270a6.
  • Loading branch information
cscott committed Apr 17, 2020
1 parent 503e6ab commit c3fcf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"MagicWordwgVariableIDs": [
"WatchAnalyticsHooks::addMagicWordVariableIDs"
],
"ParserBeforeTidy": [
"ParserAfterTidy": [
"WatchAnalyticsHooks::handleMagicWords"
],
"LanguageGetMagic": [
Expand Down

0 comments on commit c3fcf01

Please sign in to comment.