Changeset 38829 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/19/2016 06:14:21 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r38810 r38829 246 246 add_action( 'wp_head', 'rel_canonical' ); 247 247 add_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); 248 add_action( 'wp_head', 'wp_custom_css_cb', 11 ); 248 249 add_action( 'wp_head', 'wp_site_icon', 99 ); 249 250 add_action( 'wp_footer', 'wp_print_footer_scripts', 20 );
Note: See TracChangeset
for help on using the changeset viewer.