From 55e9bb68bb7fbe986ca1135ced57f8fd59e8a1bc Mon Sep 17 00:00:00 2001 From: david Date: Fri, 31 Aug 2012 16:11:19 +0000 Subject: [PATCH] Se vuelven a dejar todos los JS en la cabecera porque fallan algunas funciones de BP al colocarlos en el pie. git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@164 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- wp-content/themes/score/functions.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wp-content/themes/score/functions.php b/wp-content/themes/score/functions.php index 171e5f5..5cfd04c 100644 --- a/wp-content/themes/score/functions.php +++ b/wp-content/themes/score/functions.php @@ -38,15 +38,6 @@ define("ghostpool_admin", TEMPLATEPATH . '/lib/admin/inc/'); define("ghostpool_bp", TEMPLATEPATH . '/lib/buddypress/'); define("BP_THEME_URL", get_template_directory_uri()); -/* * ************************* Change Javascript position***************** */ - -remove_action( 'wp_head', 'wp_print_scripts' ); -remove_action( 'wp_head', 'wp_print_head_scripts', 9 ); -remove_action( 'wp_head', 'wp_enqueue_scripts', 1 ); -add_action( 'wp_footer', 'wp_print_scripts', 5 ); -add_action( 'wp_footer', 'wp_enqueue_scripts', 5 ); -add_action( 'wp_footer', 'wp_print_head_scripts', 5 ); - /* * ************************* Additional Functions ************************** */ // Main Theme Options