@turnheim
Active 9 years, 9 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: 13 years, 11 months 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 13 years, 11 months ago