Changeset 32642 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r32545 r32642 40 40 * @see Walker_Nav_Menu::start_el() 41 41 * @since 3.0.0 42 * 43 * @global int $_wp_nav_menu_max_depth 42 44 * 43 45 * @param string $output Passed by reference. Used to append additional content. … … 280 282 * 281 283 * @since 3.0.0 284 * 285 * @global int $_nav_menu_placeholder 282 286 * 283 287 * @param string $output Passed by reference. Used to append additional content. … … 464 468 * 465 469 * @since 3.0.0 470 * 471 * @global array $wp_meta_boxes 466 472 **/ 467 473 function wp_initial_nav_menu_meta_boxes() { … … 550 556 * @since 3.6.0 551 557 * 552 * @ uses global $one_theme_location_no_menus to determine if no menus exist558 * @global bool $one_theme_location_no_menus to determine if no menus exist 553 559 * 554 560 * @param int|string $nav_menu_selected_id (id, name or slug) of the currently-selected menu … … 568 574 * 569 575 * @since 3.0.0 576 * 577 * @global int $_nav_menu_placeholder 578 * @global int|string $nav_menu_selected_id 570 579 */ 571 580 function wp_nav_menu_item_link_meta_box() { … … 606 615 * 607 616 * @since 3.0.0 617 * 618 * @global int $_nav_menu_placeholder 619 * @global int|string $nav_menu_selected_id 608 620 * 609 621 * @param string $object Not used. … … 850 862 * @since 3.0.0 851 863 * 864 * @global int|string $nav_menu_selected_id 865 * 852 866 * @param string $object Not used. 853 867 * @param string $taxonomy The taxonomy object. … … 1229 1243 * @since 3.0.0 1230 1244 * 1245 * @global wpdb $wpdb 1231 1246 */ 1232 1247 function _wp_delete_orphaned_draft_menu_items() {
Note: See TracChangeset
for help on using the changeset viewer.