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. Built from https://develop.svn.wordpress.org/trunk@37917 git-svn-id: http://core.svn.wordpress.org/trunk@37858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ba8d3fca8f
commit
b4a1b39a95
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37916';
|
||||
$wp_version = '4.6-alpha-37917';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue