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:
Drew Jaynes 2015-10-15 17:26:24 +00:00
parent 12290303a8
commit 0905e847ae
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* Navigation Menu API: Walker_Nav_Menu_Checklist class * Navigation Menu API: Walker_Nav_Menu_Checklist class
* *
* @package WordPress * @package WordPress
* @subpackage Nav_Menus * @subpackage Administration
* @since 4.4.0 * @since 4.4.0
*/ */

View File

@ -3,7 +3,7 @@
* Navigation Menu API: Walker_Nav_Menu_Edit class * Navigation Menu API: Walker_Nav_Menu_Edit class
* *
* @package WordPress * @package WordPress
* @subpackage Nav_Menus * @subpackage Administration
* @since 4.4.0 * @since 4.4.0
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.