Changeset 10521 for trunk/wp-includes/default-filters.php
- Timestamp:
- 02/07/2009 01:32:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r10442 r10521 177 177 add_action('wp_footer', 'wp_print_footer_scripts'); 178 178 if(!defined('DOING_CRON')) 179 add_action(' init', 'wp_cron');179 add_action('sanitize_comment_cookies', 'wp_cron'); 180 180 add_action('do_feed_rdf', 'do_feed_rdf', 10, 1); 181 181 add_action('do_feed_rss', 'do_feed_rss', 10, 1);
Note: See TracChangeset
for help on using the changeset viewer.