Make WordPress Core


Ignore:
Timestamp:
03/09/2010 07:36:38 PM (15 years ago)
Author:
ryan
Message:

wp_get_shortlink() and pluggable shortlink generation. fixes #10640

File:
1 edited

Legend:

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

    r13487 r13635  
    192192add_action( 'wp_head',             'rel_canonical'                        );
    193193add_action( 'wp_footer',           'wp_print_footer_scripts'              );
     194add_action( 'wp_head',             'wp_shortlink_wp_head'                 );
     195add_action( 'wp',                  'wp_shortlink_header'                  );
    194196
    195197// Feed Generator Tags
Note: See TracChangeset for help on using the changeset viewer.