Docs: Use "site" rather than "blog" in get_current_blog_id() docs.

Fixes #35415.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Eric Lewis 2016-01-15 13:18:27 +00:00
parent 68f12521c8
commit ededb78efc
2 changed files with 3 additions and 3 deletions

View File

@ -761,13 +761,13 @@ function is_multisite() {
}
/**
* Retrieve the current blog ID.
* Retrieve the current site ID.
*
* @since 3.1.0
*
* @global int $blog_id
*
* @return int Blog id
* @return int Site ID.
*/
function get_current_blog_id() {
global $blog_id;

View File

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