Changeset 32642 for trunk/src/wp-admin/menu-header.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu-header.php
r31955 r32642 11 11 * 12 12 * @global string $self 13 * @name $self14 * @var string15 13 */ 16 14 $self = preg_replace('|^.*/wp-admin/network/|i', '', $_SERVER['PHP_SELF']); … … 19 17 $self = preg_replace('|^.*/mu-plugins/|i', '', $self); 20 18 21 global $menu, $submenu, $parent_file; //For when admin-header is included from within a function. 19 /** 20 * For when admin-header is included from within a function. 21 * 22 * @global array $menu 23 * @global array $submenu 24 * @global string $parent_file 25 */ 26 global $menu, $submenu, $parent_file; 22 27 23 28 /** … … 40 45 * @since 2.7.0 41 46 * 47 * @global string $self 48 * @global string $parent_file 49 * @global string $submenu_file 50 * @global string $plugin_page 51 * @global string $typenow 52 * 42 53 * @param array $menu 43 54 * @param array $submenu 44 * @param bool $submenu_as_parent55 * @param bool $submenu_as_parent 45 56 */ 46 57 function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) {
Note: See TracChangeset
for help on using the changeset viewer.