Changeset 13398 for trunk/wp-includes/default-filters.php
- Timestamp:
- 02/25/2010 08:56:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r13113 r13398 169 169 170 170 // Actions 171 add_action( 'wp_head', 'wp_enqueue_scripts', 1 ); 172 add_action( 'wp_head', 'feed_links_extra', 3 ); 171 add_action( 'wp_head', 'wp_enqueue_scripts', 1 ); 172 add_action( 'wp_head', 'feed_links', 3 ); 173 add_action( 'wp_head', 'feed_links_extra', 3 ); 173 174 add_action( 'wp_head', 'rsd_link' ); 174 175 add_action( 'wp_head', 'wlwmanifest_link' ); … … 179 180 add_action( 'wp_head', 'locale_stylesheet' ); 180 181 add_action( 'publish_future_post', 'check_and_publish_future_post', 10, 1 ); 181 add_action( 'wp_head', 'noindex', 1);182 add_action( 'wp_head', 'wp_print_styles', 8);183 add_action( 'wp_head', 'wp_print_head_scripts', 9);182 add_action( 'wp_head', 'noindex', 1 ); 183 add_action( 'wp_head', 'wp_print_styles', 8 ); 184 add_action( 'wp_head', 'wp_print_head_scripts', 9 ); 184 185 add_action( 'wp_head', 'wp_generator' ); 185 186 add_action( 'wp_head', 'rel_canonical' );
Note: See TracChangeset
for help on using the changeset viewer.