Ticket #24160: 24160.01.patch
| File 24160.01.patch, 522 bytes (added by , 13 years ago) |
|---|
-
wp-includes/default-filters.php
foreach ( array( 'rss2_head', 'commentsrss2_head', 'rss_head', 'rdf_header', 'at 232 232 233 233 // WP Cron 234 234 if ( !defined( 'DOING_CRON' ) ) 235 add_action( 'init', 'wp_cron' );235 add_action( 'init', 'wp_cron', 99 ); 236 236 237 237 // 2 Actions 2 Furious 238 238 add_action( 'do_feed_rdf', 'do_feed_rdf', 10, 1 );