mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
Coding Standards: Cleans up some PHPCS issues introduced in [47938].
See #20875. git-svn-id: https://develop.svn.wordpress.org/trunk@47942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user