Make WordPress Core


Ignore:
Timestamp:
03/10/2010 09:19:54 PM (15 years ago)
Author:
ryan
Message:

Move wp_shortlink_header to template_redirect. Props miqrogroove. see #10640

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r13635 r13652  
    192192add_action( 'wp_head',             'rel_canonical'                        );
    193193add_action( 'wp_footer',           'wp_print_footer_scripts'              );
    194 add_action( 'wp_head',             'wp_shortlink_wp_head'                );
    195 add_action( 'wp',                  'wp_shortlink_header'                  );
     194add_action( 'wp_head',             'wp_shortlink_wp_head',          10, 0 );
     195add_action( 'template_redirect',   'wp_shortlink_header',           11, 0 );
    196196
    197197// Feed Generator Tags
Note: See TracChangeset for help on using the changeset viewer.