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:
ryan 2008-09-09 21:54:24 +00:00
parent 9fcac7ad2d
commit 2c9f0abe4d
1 changed files with 1 additions and 0 deletions

View File

@ -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'))