Opened 11 years ago
Closed 11 years ago
#21885 closed defect (bug) (worksforme)
logout redirect problem
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4.2 |
Component: | General | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
calling function wp_logout_url( get_bloginfo('url') ) does not result in desired results.
Editing wp-login.php line 252 adding die($action) it outputs 'logoutconfirm' which is not in the list of "allowed" action status' leading to showing actual wordpress logout page instead of the intended redirect url.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Could not reproduce. There's no "logoutconfirm" string anywhere in the core code.
Have you tried disabling all plugins and switching to the default theme (Twenty Eleven)?