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
This commit is contained in:
parent
b08c42eb80
commit
7aa0ce19cd
|
@ -1738,7 +1738,7 @@ final class WP_Customize_Widgets {
|
||||||
* The current request's sidebar_instance_number context.
|
* The current request's sidebar_instance_number context.
|
||||||
*
|
*
|
||||||
* @since 4.5.0
|
* @since 4.5.0
|
||||||
* @var int
|
* @var int|null
|
||||||
*/
|
*/
|
||||||
protected $context_sidebar_instance_number;
|
protected $context_sidebar_instance_number;
|
||||||
|
|
||||||
|
@ -1790,7 +1790,7 @@ final class WP_Customize_Widgets {
|
||||||
* Current sidebar being rendered.
|
* Current sidebar being rendered.
|
||||||
*
|
*
|
||||||
* @since 4.5.0
|
* @since 4.5.0
|
||||||
* @var string
|
* @var string|null
|
||||||
*/
|
*/
|
||||||
protected $rendering_widget_id;
|
protected $rendering_widget_id;
|
||||||
|
|
||||||
|
@ -1798,7 +1798,7 @@ final class WP_Customize_Widgets {
|
||||||
* Current widget being rendered.
|
* Current widget being rendered.
|
||||||
*
|
*
|
||||||
* @since 4.5.0
|
* @since 4.5.0
|
||||||
* @var string
|
* @var string|null
|
||||||
*/
|
*/
|
||||||
protected $rendering_sidebar_id;
|
protected $rendering_sidebar_id;
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue