mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
3e6ed38da1
commit
b08c42eb80
@ -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;
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user