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:
parent
f66429486a
commit
19503190ba
|
@ -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;
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue