Docs: Correct @access tag for WP_Customize_Partial::id_data property.

Props keesiemeijer.
Fixes #39464.
Built from https://develop.svn.wordpress.org/trunk@39674


git-svn-id: http://core.svn.wordpress.org/trunk@39614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-04 13:36:41 +00:00
parent 88d2bb035a
commit 868f642cc1
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class WP_Customize_Partial {
* Parsed ID. * Parsed ID.
* *
* @since 4.5.0 * @since 4.5.0
* @access private * @access protected
* @var array { * @var array {
* @type string $base ID base. * @type string $base ID base.
* @type array $keys Keys for multidimensional. * @type array $keys Keys for multidimensional.

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.8-alpha-39673'; $wp_version = '4.8-alpha-39674';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.