mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Build/Test Tools: Revert changes only included for testing purposes.
Follow up to [51535-51536]. See #52644. git-svn-id: https://develop.svn.wordpress.org/trunk@51537 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ function _get_cron_lock() {
|
||||
global $wpdb;
|
||||
|
||||
$value = 0;
|
||||
if (wp_using_ext_object_cache()) {
|
||||
if ( wp_using_ext_object_cache() ) {
|
||||
/*
|
||||
* Skip local cache and force re-fetch of doing_cron transient
|
||||
* in case another process updated the cache.
|
||||
|
||||
Reference in New Issue
Block a user