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
This commit is contained in:
Drew Jaynes 2016-06-29 19:28:58 +00:00
parent d014d198c9
commit 194f176c8b
1 changed files with 4 additions and 0 deletions

View File

@ -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
*/