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

Fixes #35415.


git-svn-id: https://develop.svn.wordpress.org/trunk@36317 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Eric Andrew Lewis 2016-01-15 13:17:08 +00:00
parent a111eafd41
commit cdae7b8214
1 changed files with 2 additions and 2 deletions

View File

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