@turnheim
Active 10 years, 10 months ago
-
turnheim started the forum topic Bug in function bp_adminbar_account_menu file bp-core-adminbar.php in the group How-To and Troubleshooting: 15 years ago
The line for the logout link :
echo '<a class="logout" href="' . wp_logout_url( site_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a>';
should be
echo '<a class="logout" href="' . wp_logout_url( home_url() ) . '">' . __( 'Log Out', 'buddypress' ) .…[Read more] -
turnheim joined the group How-To and Troubleshooting 15 years ago