Changeset 9119 for trunk/wp-admin/menu-header.php
- Timestamp:
- 10/10/2008 06:21:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu-header.php
r9070 r9119 21 21 get_admin_page_parent(); 22 22 23 /** 24 * Display menu. 25 * 26 * @access private 27 * @since 2.7.0 28 * 29 * @param array $menu 30 * @param array $submenu 31 * @param bool $submenu_as_parent 32 */ 23 33 function _wp_menu_output( &$menu, &$submenu, $submenu_as_parent = true ) { 24 34 global $self, $parent_file, $submenu_file, $plugin_page, $pagenow;
Note: See TracChangeset
for help on using the changeset viewer.