Docs: Correct `@type` annotation for `WP_Customize_Manager::$_changeset_data`.

Props diddledan.
Fixes #46852.
Built from https://develop.svn.wordpress.org/trunk@45426


git-svn-id: http://core.svn.wordpress.org/trunk@45237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-26 02:07:53 +00:00
parent f66429486a
commit 19503190ba
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ final class WP_Customize_Manager {
* Changeset data loaded from a customize_changeset post.
*
* @since 4.7.0
* @var array
* @var array|null
*/
private $_changeset_data;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45425';
$wp_version = '5.3-alpha-45426';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.