Ticket #28231: 28231.diff
File 28231.diff, 593 bytes (added by , 11 years ago) |
---|
-
wp-cron.php
33 33 $value = 0; 34 34 if ( wp_using_ext_object_cache() ) { 35 35 // Skip local cache and force refetch of doing_cron transient in case 36 // another process supdated the cache36 // another process updated the cache 37 37 $value = wp_cache_get( 'doing_cron', 'transient', true ); 38 38 } else { 39 39 $row = $wpdb->get_row( $wpdb->prepare( "SELECT option_value FROM $wpdb->options WHERE option_name = %s LIMIT 1", '_transient_doing_cron' ) );