Tests: Remove unused cache keys from data_get_site_caches().

Follow-up to [46990].

See #40363.
Built from https://develop.svn.wordpress.org/trunk@46991


git-svn-id: http://core.svn.wordpress.org/trunk@46791 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-12-18 03:22:02 +00:00
parent 5f6a36ceb6
commit c677634788

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46990';
$wp_version = '5.4-alpha-46991';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.