Multisite: Remove unused site-lookup global cache group.

The `site-lookup` group was introduced in WPMU, but never actually used in WordPress core.

Props johnjamesjacoby.
Fixes #38725.

Built from https://develop.svn.wordpress.org/trunk@40347


git-svn-id: http://core.svn.wordpress.org/trunk@40254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2017-03-28 21:08:47 +00:00
parent 0e7e0aa4bc
commit 1c6111f3bb
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40346';
$wp_version = '4.8-alpha-40347';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.