Changeset 28380
- Timestamp:
- 05/13/2014 04:38:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r28216 r28380 33 33 $value = 0; 34 34 if ( wp_using_ext_object_cache() ) { 35 // Skip local cache and force refetch of doing_cron transient in case 36 // another processs updated the cache 35 /* 36 * Skip local cache and force re-fetch of doing_cron transient 37 * in case another process updated the cache. 38 */ 37 39 $value = wp_cache_get( 'doing_cron', 'transient', true ); 38 40 } else {
Note: See TracChangeset
for help on using the changeset viewer.