Docs: Correct @type annotation for WP_Customize_Selective_Refresh::$current_partial_id.

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


git-svn-id: http://core.svn.wordpress.org/trunk@45239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-26 02:12:52 +00:00
parent 3e6ed38da1
commit b08c42eb80
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

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