Changeset 32994 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 06/29/2015 12:57:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r32899 r32994 223 223 add_action( 'wp_head', 'wp_generator' ); 224 224 add_action( 'wp_head', 'rel_canonical' ); 225 add_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); 226 add_action( 'wp_head', 'wp_site_icon', 99 ); 225 227 add_action( 'wp_footer', 'wp_print_footer_scripts', 20 ); 226 add_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 );227 228 add_action( 'template_redirect', 'wp_shortlink_header', 11, 0 ); 228 229 add_action( 'wp_print_footer_scripts', '_wp_footer_scripts' ); … … 243 244 add_action( $action, 'the_generator' ); 244 245 } 246 247 // Feed Site Icon 248 add_action( 'atom_head', 'atom_site_icon' ); 249 add_action( 'rss2_head', 'rss2_site_icon' ); 250 245 251 246 252 // WP Cron
Note: See TracChangeset
for help on using the changeset viewer.