From ed655f5b566a51dbec68a1f24d17bff95480d330 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 9 Sep 2008 21:54:24 +0000 Subject: [PATCH] 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 --- wp-includes/default-filters.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/default-filters.php b/wp-includes/default-filters.php index 714d03a397..b596d3b393 100644 --- a/wp-includes/default-filters.php +++ b/wp-includes/default-filters.php @@ -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'))