Changeset 20652
- Timestamp:
- 04/30/2012 09:02:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r20453 r20652 229 229 // WP Cron 230 230 if ( !defined( 'DOING_CRON' ) ) 231 add_action( ' sanitize_comment_cookies', 'wp_cron' );231 add_action( 'init', 'wp_cron' ); 232 232 233 233 // 2 Actions 2 Furious
Note: See TracChangeset
for help on using the changeset viewer.