Add wp_print_styles to wp_head. Props rickoman. fixes #7720
git-svn-id: http://svn.automattic.com/wordpress/trunk@8854 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9fcac7ad2d
commit
2c9f0abe4d
|
@ -165,6 +165,7 @@ add_action('wp_head', 'wlwmanifest_link');
|
||||||
add_action('wp_head', 'locale_stylesheet');
|
add_action('wp_head', 'locale_stylesheet');
|
||||||
add_action('publish_future_post', 'check_and_publish_future_post', 10, 1);
|
add_action('publish_future_post', 'check_and_publish_future_post', 10, 1);
|
||||||
add_action('wp_head', 'noindex', 1);
|
add_action('wp_head', 'noindex', 1);
|
||||||
|
add_action('wp_head', 'wp_print_styles', 9);
|
||||||
add_action('wp_head', 'wp_print_scripts');
|
add_action('wp_head', 'wp_print_scripts');
|
||||||
add_action('wp_head', 'wp_generator');
|
add_action('wp_head', 'wp_generator');
|
||||||
if(!defined('DOING_CRON'))
|
if(!defined('DOING_CRON'))
|
||||||
|
|
Loading…
Reference in New Issue