mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Build/Test Tools: Revert changes only included for testing purposes.
Follow up to [51535-51536]. See #52644. Built from https://develop.svn.wordpress.org/trunk@51537 git-svn-id: http://core.svn.wordpress.org/trunk@51148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f45ed61786
commit
cf0f278ebe
@ -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.
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51536';
|
||||
$wp_version = '5.9-alpha-51537';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user