Docs: Correct @type
annotation for WP_Customize_Nav_Menu_Item_Setting::$value
.
Props diddledan. Fixes #46853. git-svn-id: https://develop.svn.wordpress.org/trunk@45427 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f128da7f65
commit
c365e1c4d9
@ -84,7 +84,7 @@ class WP_Customize_Nav_Menu_Item_Setting extends WP_Customize_Setting {
|
|||||||
* Storage of pre-setup menu item to prevent wasted calls to wp_setup_nav_menu_item().
|
* Storage of pre-setup menu item to prevent wasted calls to wp_setup_nav_menu_item().
|
||||||
*
|
*
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
* @var array
|
* @var array|null
|
||||||
*/
|
*/
|
||||||
protected $value;
|
protected $value;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user