diff --git a/wp-cron.php b/wp-cron.php index 99e8f95821..489550dedc 100644 --- a/wp-cron.php +++ b/wp-cron.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7b2ba3d790..d5f9cff5fa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.