From cdae7b82149d0b51d98b1343402679042a99637d Mon Sep 17 00:00:00 2001 From: Eric Andrew Lewis Date: Fri, 15 Jan 2016 13:17:08 +0000 Subject: [PATCH] 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 --- src/wp-includes/load.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/load.php b/src/wp-includes/load.php index 2caa6a39a8..34f1b59fde 100644 --- a/src/wp-includes/load.php +++ b/src/wp-includes/load.php @@ -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;