Opened 14 years ago
Closed 14 years ago
#21885 closed defect (bug) (worksforme)
logout redirect problem
| Reported by: | jzdexta | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.4.2 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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)?