From df3b5efda09d9c6ffc01968e96919ad5ff47903f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 21 Jun 2005 15:00:09 +0000 Subject: [PATCH] * Displaying namespace subheadings on Special:Watchlist/edit --- RELEASE-NOTES | 1 + includes/SpecialWatchlist.php | 42 +++++++++++++++++++++++++---------- 2 files changed, 31 insertions(+), 12 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 36c3e134bf..a54f75b823 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -312,6 +312,7 @@ Various bugfixes, small features, and a few experimental things: * (bug 2467) Added a Turkish language file * Fixed a bug in Special:Contributions that caused the namespace selection to be forgotten between submits +* Special:Watchlist/edit now has namespace subheadings === Caveats === diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 97093d0dbf..9e09272980 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -124,8 +124,7 @@ function wfSpecialWatchlist( $par ) { $wgOut->addHTML( '
escapeLocalUrl( 'action=submit' ) . - "' method='post'>\n" . - "\n" . + $wgOut->addHTML( "\n" . - "
\n" ); + "\n" + ); return; } -- 2.20.1