[wp-trac] [WordPress Trac] #53348: No form to log in when visiting wp-login.php with a given query string

WordPress Trac noreply at wordpress.org
Mon Jun 7 16:12:32 UTC 2021


#53348: No form to log in when visiting wp-login.php with a given query string
------------------------------------+------------------------------
 Reporter:  henry.wright            |       Owner:  (none)
     Type:  defect (bug)            |      Status:  new
 Priority:  normal                  |   Milestone:  Awaiting Review
Component:  Login and Registration  |     Version:
 Severity:  normal                  |  Resolution:
 Keywords:  has-patch               |     Focuses:
------------------------------------+------------------------------

Comment (by henry.wright):

 Something like this is also necessary to fix the debug notices

 {{{
 if ( isset( $_GET['checkemail'] ) && 'confirm' === $_GET['checkemail'] ) {
     // ...
 } elseif ( isset( $_GET['checkemail'] ) && 'registered' ===
 $_GET['checkemail'] ) {
     // ...
 } else {
     // ...
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53348#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list