Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#3052 closed defect (bug) (duplicate)

function bp_adminbar_account_menu file bp-core-adminbar.php

Reported by: turnheim Owned by:
Priority: normal Milestone: 1.2.9
Component: Core Version:
Severity: normal Keywords:
Cc:

Description

The line for the logout link :

echo '<li' . $alt . '><a id="bp-admin-logout" class="logout" href="' . wp_logout_url( site_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a></li>';

should be

echo '<li' . $alt . '><a id="bp-admin-logout" class="logout" href="' . wp_logout_url( home_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a></li>';

Thanks

Change History (3)

#1 @DJPaul
16 years ago

Possibly related to #2109

#2 @r-a-y
16 years ago

  • Resolutionduplicate
  • Status newclosed

I'd say it's a duplicate of #2109.

#3 @johnjamesjacoby
15 years ago

  • Milestone Awaiting Review1.2.9
  • Severitynormal

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.