From e1f6cd27c0baf8e137815125e5f5093765581339 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 22 Nov 2011 14:25:28 +0000 Subject: [PATCH] reverts r103894 not meant to be sent yet. --- RELEASE-NOTES-1.19 | 1 - includes/specials/SpecialEditWatchlist.php | 4 ---- 2 files changed, 5 deletions(-) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index b8aa63d400..9dd94ec7d6 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -153,7 +153,6 @@ production. was specified. * (bug 30368) Special:Newpages now shows the new page name for moved pages * (bug 1697) The way to search blocked usernames in block log should be clearer -* (bug 32412) TOC links on [[Special:EditWatchlist]] now points to the fieldset === API changes in 1.19 === * (bug 19838) siprop=interwikimap can now use the interwiki cache. diff --git a/includes/specials/SpecialEditWatchlist.php b/includes/specials/SpecialEditWatchlist.php index 2f3c762f43..80c6ee86eb 100644 --- a/includes/specials/SpecialEditWatchlist.php +++ b/includes/specials/SpecialEditWatchlist.php @@ -559,10 +559,6 @@ class EditWatchlistNormalHTMLForm extends HTMLForm { ? wfMsgHtml( 'blanknamespace' ) : htmlspecialchars( $this->getContext()->getLanguage()->getFormattedNsText( $namespace ) ); } - - public function getBody() { - return $this->displaySection( $this->mFieldTree, '', 'mw-htmlform-' ); - } } class EditWatchlistCheckboxSeriesField extends HTMLMultiSelectField { -- 2.20.1