From 585fa967b2c6db74e64e02d02a0c6ecb8ec7df9e Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Aug 2012 13:26:16 +0000 Subject: [PATCH] =?UTF-8?q?Quitar=20c=C3=B3digo=20no=20necesario=20para=20?= =?UTF-8?q?estar=20el=20plugin=20para=20ocultar=20la=20barra=20de=20tareas?= =?UTF-8?q?=20de=20Wordpress=20de=20la=20web=20p=C3=BAblica.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@80 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- .../themes/score/lib/buddypress/functions-buddypress.php | 4 ---- 1 file changed, 4 deletions(-) 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');