Changeset 18680 for trunk/wp-includes/default-filters.php
- Timestamp:
- 09/15/2011 04:54:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r18656 r18680 204 204 add_action( 'wp_head', 'rsd_link' ); 205 205 add_action( 'wp_head', 'wlwmanifest_link' ); 206 add_action( 'wp_head', 'index_rel_link' );207 add_action( 'wp_head', 'parent_post_rel_link', 10, 0 );208 add_action( 'wp_head', 'start_post_rel_link', 10, 0 );209 206 add_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 ); 210 207 add_action( 'wp_head', 'locale_stylesheet' );
Note: See TracChangeset
for help on using the changeset viewer.