Make WordPress Core

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)

#1 @Ipstenu
14 years ago

  • Cc ipstenu@… added

#2 @SergeyBiryukov
14 years ago

  • Keywords reporter-feedback added

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)?

#3 @nacin
14 years ago

  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status newclosed
Note: See TracTickets for help on using tickets.