Changeset 13399 for trunk/wp-includes/default-filters.php
- Timestamp:
- 02/25/2010 11:09:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r13398 r13399 170 170 // Actions 171 171 add_action( 'wp_head', 'wp_enqueue_scripts', 1 ); 172 add_action( 'wp_head', 'feed_links', 3);172 add_action( 'wp_head', 'feed_links', 2 ); 173 173 add_action( 'wp_head', 'feed_links_extra', 3 ); 174 174 add_action( 'wp_head', 'rsd_link' );
Note: See TracChangeset
for help on using the changeset viewer.