Docs: Add missing WP_Customize_Control reference to WP_Customize_Nav_Menu_Control and WP_Customize_Nav_Menu_Item_Control DocBlocks.

Props aniketpatel.
Fixes #46077.
Built from https://develop.svn.wordpress.org/trunk@44772


git-svn-id: http://core.svn.wordpress.org/trunk@44604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-02-28 02:07:51 +00:00
parent f0a9df1aa2
commit d68f13cbc8
3 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,8 @@
* Customize Nav Menu Control Class.
*
* @since 4.3.0
*
* @see WP_Customize_Control
*/
class WP_Customize_Nav_Menu_Control extends WP_Customize_Control {

View File

@ -11,6 +11,8 @@
* Customize control to represent the name field for a given menu.
*
* @since 4.3.0
*
* @see WP_Customize_Control
*/
class WP_Customize_Nav_Menu_Item_Control extends WP_Customize_Control {

View File

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