From 78fc0386af1e8799fa2a3b14411d760630c8a99a Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 25 Oct 2016 23:04:30 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 38ea1a69e4..4375e2f8eb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.