From 9c4d3f88714a2fb71dc822cafb132db045b432b3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 May 2019 02:11:17 +0000 Subject: [PATCH] Docs: Correct `@type` annotation for `WP_Customize_Selective_Refresh::$current_partial_id`. Props diddledan. Fixes #46854. git-svn-id: https://develop.svn.wordpress.org/trunk@45428 602fd350-edb4-49c9-b593-d223f7449a82 --- .../customize/class-wp-customize-selective-refresh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/customize/class-wp-customize-selective-refresh.php b/src/wp-includes/customize/class-wp-customize-selective-refresh.php index 87113486b2..0b5c446131 100644 --- a/src/wp-includes/customize/class-wp-customize-selective-refresh.php +++ b/src/wp-includes/customize/class-wp-customize-selective-refresh.php @@ -49,7 +49,7 @@ final class WP_Customize_Selective_Refresh { * Keep track of the current partial being rendered. * * @since 4.5.0 - * @var string + * @var string|null */ protected $current_partial_id;