Multisite: use get_current_site() instead of $GLOBALS['current_site'] (stop yelling!) in a few remaining spots.

See #37699.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38399 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2016-08-31 05:04:29 +00:00
parent e5225324a2
commit cabb4a03c8
3 changed files with 6 additions and 5 deletions

View File

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