[wp-trac] [WordPress Trac] #34401: Search mechanisms complaning of access denied error on wp-login.php?action=logout

WordPress Trac noreply at wordpress.org
Wed Apr 20 04:05:56 UTC 2016


#34401: Search mechanisms complaning of access denied error on wp-
login.php?action=logout
------------------------------------+--------------------------
 Reporter:  rodrigosprimo           |       Owner:  johnbillion
     Type:  enhancement             |      Status:  reopened
 Priority:  normal                  |   Milestone:  4.6
Component:  Login and Registration  |     Version:
 Severity:  normal                  |  Resolution:
 Keywords:  has-patch               |     Focuses:
------------------------------------+--------------------------
Changes (by jeremyfelt):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 `wp_no_robots()` isn't defined until `wp-includes/general-template.php` is
 loaded. It's possible that a rare scenario in `wp_not_installed()` causes
 `wp_die()` to fire before `wp_no_robots()` is available, causing a fatal
 error.

 We may need to move `wp_no_robots()` up a bit or just insert the meta tag
 manually in this case.

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


More information about the wp-trac mailing list