Make WordPress Core


Ignore:
Timestamp:
05/28/2015 09:40:27 PM (10 years ago)
Author:
wonderboymusic
Message:

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/nav-menu.php

    r32545 r32642  
    4040     * @see Walker_Nav_Menu::start_el()
    4141     * @since 3.0.0
     42     *
     43     * @global int $_wp_nav_menu_max_depth
    4244     *
    4345     * @param string $output Passed by reference. Used to append additional content.
     
    280282     *
    281283     * @since 3.0.0
     284     *
     285     * @global int $_nav_menu_placeholder
    282286     *
    283287     * @param string $output Passed by reference. Used to append additional content.
     
    464468 *
    465469 * @since 3.0.0
     470 *
     471 * @global array $wp_meta_boxes
    466472 **/
    467473function wp_initial_nav_menu_meta_boxes() {
     
    550556 * @since 3.6.0
    551557 *
    552  * @uses global $one_theme_location_no_menus to determine if no menus exist
     558 * @global bool $one_theme_location_no_menus to determine if no menus exist
    553559 *
    554560 * @param int|string $nav_menu_selected_id (id, name or slug) of the currently-selected menu
     
    568574 *
    569575 * @since 3.0.0
     576 *
     577 * @global int        $_nav_menu_placeholder
     578 * @global int|string $nav_menu_selected_id
    570579 */
    571580function wp_nav_menu_item_link_meta_box() {
     
    606615 *
    607616 * @since 3.0.0
     617 *
     618 * @global int        $_nav_menu_placeholder
     619 * @global int|string $nav_menu_selected_id
    608620 *
    609621 * @param string $object Not used.
     
    850862 * @since 3.0.0
    851863 *
     864 * @global int|string $nav_menu_selected_id
     865 *
    852866 * @param string $object Not used.
    853867 * @param string $taxonomy The taxonomy object.
     
    12291243 * @since 3.0.0
    12301244 *
     1245 * @global wpdb $wpdb
    12311246 */
    12321247function _wp_delete_orphaned_draft_menu_items() {
Note: See TracChangeset for help on using the changeset viewer.