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:
parent
88d2bb035a
commit
868f642cc1
wp-includes
|
@ -43,7 +43,7 @@ class WP_Customize_Partial {
|
|||
* Parsed ID.
|
||||
*
|
||||
* @since 4.5.0
|
||||
* @access private
|
||||
* @access protected
|
||||
* @var array {
|
||||
* @type string $base ID base.
|
||||
* @type array $keys Keys for multidimensional.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue