Docs: `Walker_Nav_Menu_Checklist` and `Walker_Nav_Menu_Edit` are part of the Navigation Menu API, but intended for use in the scope of administration.
See #33701. Built from https://develop.svn.wordpress.org/trunk@35202 git-svn-id: http://core.svn.wordpress.org/trunk@35168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
12290303a8
commit
0905e847ae
|
@ -3,7 +3,7 @@
|
|||
* Navigation Menu API: Walker_Nav_Menu_Checklist class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Nav_Menus
|
||||
* @subpackage Administration
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Navigation Menu API: Walker_Nav_Menu_Edit class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Nav_Menus
|
||||
* @subpackage Administration
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35201';
|
||||
$wp_version = '4.4-alpha-35202';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue