Page MenuHomePhabricator

Update TweetANew not to use deprecated EditPageBeforeEditChecks hook
Closed, ResolvedPublic

Description

The hook was deprecated in https://gerrit.wikimedia.org/r/#/c/344805/ (MW 1.29).

Use 'EditPageGetCheckboxesDefinition' instead, or 'EditPage::showStandardInputs:options' if you don't actually care about checkboxes and just want to add some HTML to the page.