From 67655af4e2fd7adf54602f27037fb6791b12223d Mon Sep 17 00:00:00 2001 From: roberto Date: Tue, 20 Dec 2011 13:06:58 +0000 Subject: [PATCH] Se pone barra lateral tan larga como el contenido git-svn-id: https://192.168.0.254/svn/Proyectos.Afetec_Web/trunk@8 828b2857-b6d9-ce4d-95e2-bbc4707c23a3 --- src/wp-content/themes/positive/functions.php | 4 +++- .../themes/positive/includes/functions/user_functions.php | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/positive/functions.php b/src/wp-content/themes/positive/functions.php index ed475de..ba0bb52 100644 --- a/src/wp-content/themes/positive/functions.php +++ b/src/wp-content/themes/positive/functions.php @@ -820,4 +820,6 @@ function insert_clearfix_after_contents( $content ) { * @since 1.0 **/ if ( defined ( 'DOING_AJAX' ) && DOING_AJAX ) - add_filter( 'doing_it_wrong_trigger_error', '__return_false', 10 ); \ No newline at end of file + add_filter( 'doing_it_wrong_trigger_error', '__return_false', 10 ); + + diff --git a/src/wp-content/themes/positive/includes/functions/user_functions.php b/src/wp-content/themes/positive/includes/functions/user_functions.php index 32bb2b8..a04ba09 100644 --- a/src/wp-content/themes/positive/includes/functions/user_functions.php +++ b/src/wp-content/themes/positive/includes/functions/user_functions.php @@ -1,5 +1,4 @@