Changeset 13113 for trunk/wp-includes/default-filters.php
- Timestamp:
- 02/13/2010 04:45:16 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r12982 r13113 185 185 add_action( 'wp_head', 'rel_canonical' ); 186 186 add_action( 'wp_footer', 'wp_print_footer_scripts' ); 187 188 // Feed Generator Tags 189 foreach ( array( 'rss2_head', 'commentsrss2_head', 'rss_head', 'rdf_header', 'atom_head', 'comments_atom_head', 'opml_head', 'app_head' ) as $action ) { 190 add_action( $action, 'the_generator' ); 191 } 187 192 188 193 // WP Cron
Note: See TracChangeset
for help on using the changeset viewer.