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