Changeset 6985 for trunk/wp-includes/default-filters.php
- Timestamp:
- 02/22/2008 07:59:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r6974 r6985 161 161 add_action('wp_head', 'wlwmanifest_link'); 162 162 add_action('wp_head', 'locale_stylesheet'); 163 add_action('publish_future_post', ' wp_publish_post', 10, 1);163 add_action('publish_future_post', 'check_and_publish_future_post', 10, 1); 164 164 add_action('wp_head', 'noindex', 1); 165 165 add_action('wp_head', 'wp_print_scripts');
Note: See TracChangeset
for help on using the changeset viewer.