diff --git a/wp-includes/load.php b/wp-includes/load.php index 9023932e94..b12a9c458f 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -628,7 +628,7 @@ function wp_start_object_cache() { require_once ABSPATH . WPINC . '/cache.php'; } - require_once( ABSPATH . WPINC . '/cache-compat.php' ); + require_once ABSPATH . WPINC . '/cache-compat.php'; /* * If cache supports reset, reset instead of init if already diff --git a/wp-includes/version.php b/wp-includes/version.php index 10e3fd8e34..7671725b12 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47941'; +$wp_version = '5.5-alpha-47942'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.