mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
d014d198c9
commit
194f176c8b
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user