Ticket #19818: 19818.patch
| File 19818.patch, 494 bytes (added by , 14 years ago) |
|---|
-
wp-includes/default-filters.php
228 228 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 234 234 add_action( 'do_feed_rdf', 'do_feed_rdf', 10, 1 );