Add wp_print_styles to wp_head. Props rickoman. fixes #7720
git-svn-id: https://develop.svn.wordpress.org/trunk@8854 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ca3cd51f8e
commit
ed655f5b56
@ -165,6 +165,7 @@ add_action('wp_head', 'wlwmanifest_link');
|
||||
add_action('wp_head', 'locale_stylesheet');
|
||||
add_action('publish_future_post', 'check_and_publish_future_post', 10, 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_generator');
|
||||
if(!defined('DOING_CRON'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user