Make WordPress Core


Ignore:
Timestamp:
09/09/2008 09:54:24 PM (15 years ago)
Author:
ryan
Message:

Add wp_print_styles to wp_head. Props rickoman. fixes #7720

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r8784 r8854  
    166166add_action('publish_future_post', 'check_and_publish_future_post', 10, 1);
    167167add_action('wp_head', 'noindex', 1);
     168add_action('wp_head', 'wp_print_styles', 9);
    168169add_action('wp_head', 'wp_print_scripts');
    169170add_action('wp_head', 'wp_generator');
Note: See TracChangeset for help on using the changeset viewer.