mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
Docs: Add a reference to WP_Customize_Control
from the WP_Customize_Nav_Menu_Locations_Control
docblock.
`WP_Customize_Control` is the parent class of `WP_Customize_Nav_Menu_Locations_Control`. Props utsav72640. Fixes #45570. Built from https://develop.svn.wordpress.org/trunk@44458 git-svn-id: http://core.svn.wordpress.org/trunk@44289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2bbe0bd7e4
commit
f3656e2695
@ -11,6 +11,8 @@
|
|||||||
* Customize Nav Menu Locations Control Class.
|
* Customize Nav Menu Locations Control Class.
|
||||||
*
|
*
|
||||||
* @since 4.9.0
|
* @since 4.9.0
|
||||||
|
*
|
||||||
|
* @see WP_Customize_Control
|
||||||
*/
|
*/
|
||||||
class WP_Customize_Nav_Menu_Locations_Control extends WP_Customize_Control {
|
class WP_Customize_Nav_Menu_Locations_Control extends WP_Customize_Control {
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.1-alpha-44457';
|
$wp_version = '5.1-alpha-44458';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user