Docs: Correct @type
annotation for WP_Customize_Widgets
properties.
Props diddledan. Fixes #46856. git-svn-id: https://develop.svn.wordpress.org/trunk@45429 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9c4d3f8871
commit
44a862bacd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user