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
This commit is contained in:
desrosj 2020-06-09 22:42:12 +00:00
parent 4e61c5fb0f
commit 38352d2c7a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.