Multisite: Use `get_site()` in tests where `get_blog_details()` is not tested.

Remaining tests either rely on the `blog-details` cache key or test `get_blog_details()` itself.

Props flixos90.
Fixes #38497.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2016-10-25 23:04:30 +00:00
parent a4e98f7cb9
commit 78fc0386af
1 changed files with 1 additions and 1 deletions

View File

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