diff --git a/wp-content/themes/score/lib/buddypress/functions-buddypress.php b/wp-content/themes/score/lib/buddypress/functions-buddypress.php index bd564cc..2f64b1b 100644 --- a/wp-content/themes/score/lib/buddypress/functions-buddypress.php +++ b/wp-content/themes/score/lib/buddypress/functions-buddypress.php @@ -284,10 +284,6 @@ if (function_exists('bp_is_active')) { } -// No ver mostrar de buddypress excepto para el tablero -if (!is_admin() ) define( 'BP_DISABLE_ADMIN_BAR', true ); - - // Add a class when admin bar is enabled for logged out users if (!bp_get_option('hide-loggedout-adminbar')) { add_filter('body_class', 'gp_bp_adminbar_class');