Ticket #20537: 20537.diff
| File 20537.diff, 481 bytes (added by , 14 years ago) |
|---|
-
wp-cron.php
26 26 require_once('./wp-load.php'); 27 27 } 28 28 29 // Don't process cron for suspended blogs. 30 if ( is_multisite() && ( $current_blog->archived || $current_blog->spam || $current_blog->deleted ) ) 31 return; 32 29 33 // Uncached doing_cron transient fetch 30 34 function _get_cron_lock() { 31 35 global $_wp_using_ext_object_cache, $wpdb;