From 194f176c8bd6469cdbd9a47d7301d708dfac5498 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 29 Jun 2016 19:28:58 +0000 Subject: [PATCH] Docs: Add changelog entries to the DocBlocks for the `$blog_id` and `$site_id` properties in `WP_Site`. See [37657] for where access was explicitly changed from public to private. See #36717. git-svn-id: https://develop.svn.wordpress.org/trunk@37917 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-site.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-includes/class-wp-site.php b/src/wp-includes/class-wp-site.php index b39d645dbd..4aac6c1030 100644 --- a/src/wp-includes/class-wp-site.php +++ b/src/wp-includes/class-wp-site.php @@ -26,6 +26,8 @@ final class WP_Site { * A numeric string, for compatibility reasons. * * @since 4.5.0 + * @since 4.6.0 Converted from public to private to explicitly enable more intuitive + * access via magic methods. * @access private * @var string */ @@ -58,6 +60,8 @@ final class WP_Site { * A numeric string, for compatibility reasons. * * @since 4.5.0 + * @since 4.6.0 Converted from public to private to explicitly enable more intuitive + * access via magic methods. * @access private * @var string */