reverts r103894
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 22 Nov 2011 14:25:28 +0000 (14:25 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 22 Nov 2011 14:25:28 +0000 (14:25 +0000)
not meant to be sent yet.

RELEASE-NOTES-1.19
includes/specials/SpecialEditWatchlist.php

index b8aa63d..9dd94ec 100644 (file)
@@ -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.
index 2f3c762..80c6ee8 100644 (file)
@@ -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 {