Docs: Document declaration of the `$submenu_file` global in wp-admin/menu-header.php.

See #24531. See #32246.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-01 01:48:25 +00:00
parent 2a0a841a13
commit 3d6f53da06
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ $self = preg_replace('|^.*/mu-plugins/|i', '', $self);
* @global array $menu
* @global array $submenu
* @global string $parent_file
* @global string $submenu_file
*/
global $menu, $submenu, $parent_file, $submenu_file;

View File

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