From 7aa0ce19cdecc00c6d090bf69dd9039e5c5787ce Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 May 2019 02:16:52 +0000 Subject: [PATCH] Docs: Correct `@type` annotation for `WP_Customize_Widgets` properties. Props diddledan. Fixes #46856. Built from https://develop.svn.wordpress.org/trunk@45429 git-svn-id: http://core.svn.wordpress.org/trunk@45240 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-widgets.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php index e5e5445118..feaade3812 100644 --- a/wp-includes/class-wp-customize-widgets.php +++ b/wp-includes/class-wp-customize-widgets.php @@ -1738,7 +1738,7 @@ final class WP_Customize_Widgets { * The current request's sidebar_instance_number context. * * @since 4.5.0 - * @var int + * @var int|null */ protected $context_sidebar_instance_number; @@ -1790,7 +1790,7 @@ final class WP_Customize_Widgets { * Current sidebar being rendered. * * @since 4.5.0 - * @var string + * @var string|null */ protected $rendering_widget_id; @@ -1798,7 +1798,7 @@ final class WP_Customize_Widgets { * Current widget being rendered. * * @since 4.5.0 - * @var string + * @var string|null */ protected $rendering_sidebar_id; diff --git a/wp-includes/version.php b/wp-includes/version.php index 1caa576403..0f0d112db4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45428'; +$wp_version = '5.3-alpha-45429'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.