Changeset 30074 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/28/2014 09:11:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r29801 r30074 197 197 198 198 // Actions 199 add_action( 'wp_head', '_wp_render_title_tag', 1 ); 199 200 add_action( 'wp_head', 'wp_enqueue_scripts', 1 ); 200 201 add_action( 'wp_head', 'feed_links', 2 );
Note: See TracChangeset
for help on using the changeset viewer.