#3052 closed defect (bug) (duplicate)
function bp_adminbar_account_menu file bp-core-adminbar.php
Reported by: | turnheim | Owned by: | |
---|---|---|---|
Milestone: | 1.2.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | 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)
Note: See
TracTickets for help on using
tickets.
Possibly related to #2109