Bug in function bp_adminbar_account_menu file bp-core-adminbar.php
-
The line for the logout link :
echo '<li><a id="bp-admin-logout" class="logout" href="' . wp_logout_url( site_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a></li>';
should be
echo '<li><a id="bp-admin-logout" class="logout" href="' . wp_logout_url( home_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a></li>';
Thanks
- The topic ‘Bug in function bp_adminbar_account_menu file bp-core-adminbar.php’ is closed to new replies.