From 19503190ba016ec2cb4731b231f2d017bcf07347 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 May 2019 02:07:53 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 296e8af9be..d4e53911c4 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 15cab9fd8e..8e23892bce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.