From 38352d2c7a7fdb9a814f475a906b162220720c4e Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 9 Jun 2020 22:42:12 +0000 Subject: [PATCH] Coding Standards: Cleans up some PHPCS issues introduced in [47938]. See #20875. Built from https://develop.svn.wordpress.org/trunk@47942 git-svn-id: http://core.svn.wordpress.org/trunk@47715 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/load.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.