Changeset 13635 for trunk/wp-includes/default-filters.php
- Timestamp:
- 03/09/2010 07:36:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r13487 r13635 192 192 add_action( 'wp_head', 'rel_canonical' ); 193 193 add_action( 'wp_footer', 'wp_print_footer_scripts' ); 194 add_action( 'wp_head', 'wp_shortlink_wp_head' ); 195 add_action( 'wp', 'wp_shortlink_header' ); 194 196 195 197 // Feed Generator Tags
Note: See TracChangeset
for help on using the changeset viewer.