[buddypress-trac] [BuddyPress] #3052: function bp_adminbar_account_menu file bp-core-adminbar.php
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sat Feb 5 16:59:55 UTC 2011
#3052: function bp_adminbar_account_menu file bp-core-adminbar.php
----------------------+-----------------------------
Reporter: turnheim | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Keywords: |
----------------------+-----------------------------
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
--
Ticket URL: <https://trac.buddypress.org/ticket/3052>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list