Docs: Add a file header to wp-admin/includes/nav-menus.php.

See [34168]. See #33701.

Built from https://develop.svn.wordpress.org/trunk@34421


git-svn-id: http://core.svn.wordpress.org/trunk@34385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 14:27:24 +00:00
parent 6e350ff16e
commit ee97475edb
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
<?php
/**
* Core Navigation Menu API
*
* @package WordPress
* @subpackage Nav_Menus
* @since 3.0.0
*/
/** Walker_Nav_Menu_Edit class */
require_once( ABSPATH . 'wp-admin/includes/class-walker-nav-menu-edit.php' );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34420';
$wp_version = '4.4-alpha-34421';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.