Make WordPress Core

Ticket #39270: 39270.0.diff

File 39270.0.diff, 938 bytes (added by westonruter, 8 years ago)
  • src/wp-includes/default-filters.php

    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 ); 
    252252add_action( 'wp_head',             'wp_generator'                           );
    253253add_action( 'wp_head',             'rel_canonical'                          );
    254254add_action( 'wp_head',             'wp_shortlink_wp_head',            10, 0 );
    255 add_action( 'wp_head',             'wp_custom_css_cb',                11    );
     255add_action( 'wp_head',             'wp_custom_css_cb',                101   );
    256256add_action( 'wp_head',             'wp_site_icon',                    99    );
    257257add_action( 'wp_footer',           'wp_print_footer_scripts',         20    );
    258258add_action( 'template_redirect',   'wp_shortlink_header',             11, 0 );