diff --git src/wp-includes/default-filters.php src/wp-includes/default-filters.php
index 5a739754b6..9b45abc9fd 100644
|
|
add_action( 'wp_head', 'wp_print_head_scripts', 9 ); |
252 | 252 | add_action( 'wp_head', 'wp_generator' ); |
253 | 253 | add_action( 'wp_head', 'rel_canonical' ); |
254 | 254 | add_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); |
255 | | add_action( 'wp_head', 'wp_custom_css_cb', 11 ); |
| 255 | add_action( 'wp_head', 'wp_custom_css_cb', 101 ); |
256 | 256 | add_action( 'wp_head', 'wp_site_icon', 99 ); |
257 | 257 | add_action( 'wp_footer', 'wp_print_footer_scripts', 20 ); |
258 | 258 | add_action( 'template_redirect', 'wp_shortlink_header', 11, 0 ); |