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:
parent
6e350ff16e
commit
ee97475edb
|
@ -1,4 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Core Navigation Menu API
|
||||||
|
*
|
||||||
|
* @package WordPress
|
||||||
|
* @subpackage Nav_Menus
|
||||||
|
* @since 3.0.0
|
||||||
|
*/
|
||||||
|
|
||||||
/** Walker_Nav_Menu_Edit class */
|
/** Walker_Nav_Menu_Edit class */
|
||||||
require_once( ABSPATH . 'wp-admin/includes/class-walker-nav-menu-edit.php' );
|
require_once( ABSPATH . 'wp-admin/includes/class-walker-nav-menu-edit.php' );
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue