From: Antoine Musso Date: Tue, 22 Nov 2011 14:25:28 +0000 (+0000) Subject: reverts r103894 X-Git-Tag: 1.31.0-rc.0~26361 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=e1f6cd27c0baf8e137815125e5f5093765581339;p=lhc%2Fweb%2Fwiklou.git reverts r103894 not meant to be sent yet. --- 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 {