Docs: Correct @type annotation for WP_Customize_Nav_Menu_Item_Setting::$value.

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


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

View File

@ -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().
*
* @since 4.3.0
* @var array
* @var array|null
*/
protected $value;

View File

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