Multisite: Revert [38388].

Restore `get_current_site()` to a multisite only function. Providing this in single site may be a possibility in the future, but should have a dedicated ticket and discussion.

See #37699.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt
2016-09-20 21:39:29 +00:00
parent 2ec9f4b369
commit 58f107fa95
7 changed files with 55 additions and 49 deletions

View File

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