From 4019c591cb10ac2b3319db24f1dd525d2aff5d63 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 19 Aug 2008 17:24:23 +0000 Subject: [PATCH] Revert r39546 "(bug 14187) In Special:Userlogin the buttons "Log in" and "E-mail new password" now have classes "mw-loginbutton" and "mw-mailmypasswordbutton"." There's no need to add classes when they already have IDs... --- RELEASE-NOTES | 2 -- includes/templates/Userlogin.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bc8d005022..3ccb290e3a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -88,8 +88,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN Show/Hide logged in users, Show/Hide anonymous, Invert namespace selection * Added hook 'UserrightsChangeableGroups' to allow modification of what groups may be added or removed via the Special:UserRights interface. -* (bug 14187) In Special:Userlogin the buttons "Log in" and "E-mail new - password" now have classes "mw-loginbutton" and "mw-mailmypasswordbutton". * HTML entities like   now work (are not escaped) in edit summaries. * (bug 13815) In the comment for page moves, use the colon-separator message instead of a hardcoded colon. diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index bc2ae60dcd..02397ea897 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -79,7 +79,7 @@ class UserloginTemplate extends QuickTemplate { -  data['useemail'] && $this->data['canreset']) { ?> data['useemail'] && $this->data['canreset']) { ?> -- 2.20.1