[wp-trac] [WordPress Trac] #13165: Keep "Remember me" checkbox checked

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 28 16:48:51 UTC 2010


#13165: Keep "Remember me" checkbox checked
-------------------------+--------------------------------------------------
 Reporter:  xibe         |       Owner:                       
     Type:  enhancement  |      Status:  new                  
 Priority:  normal       |   Milestone:  3.0                  
Component:  UI           |     Version:  3.0                  
 Severity:  normal       |    Keywords:  has-patch ux-feedback
-------------------------+--------------------------------------------------
Changes (by nacin):

  * keywords:  has-patch dev-feedback => has-patch ux-feedback


Comment:

 Style notes:

 $rememberbe should always be set. In this case, it would emit an E_NOTICE
 when it is not checked. Change the first chunk of code to {{{$rememberme =
 !empty( $_POST['rememberme'] );}}}. For the second chunk, we have
 checked(). simply do {{{checked($rememberme);}}}.

 Ticket notes:

 I'd like some UX feedback on this, as I'm not sure if there is a reason
 why we don't do this.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13165#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list