Make WordPress Core


Ignore:
Timestamp:
10/30/2014 01:04:55 AM (10 years ago)
Author:
DrewAPicture
Message:

Remove redundant and erroneous @uses tag from most core inline documentation.

Per our inline documentation standards, no further use of the @uses tag is recommended as used and used-by relationships can be derived through other means. This removes most uses of the tag in core documentation, with remaining tags to be converted to @global or @see as they apply.

Fixes #30191.

File:
1 edited

Legend:

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

    r30055 r30105  
    551551 *
    552552 * @uses global $one_theme_location_no_menus to determine if no menus exist
    553  * @uses disabled() to output the disabled attribute in $other_attributes param in submit_button()
    554553 *
    555554 * @param int|string $nav_menu_selected_id (id, name or slug) of the currently-selected menu
     
    12481247 * @since 3.6.0
    12491248 *
    1250  * @uses wp_get_nav_menu_items() to retrieve the nav menu's menu items
    1251  * @uses wp_defer_term_counter() to enable then disable term counting
    1252  *
    12531249 * @param int|string $nav_menu_selected_id (id, slug, or name ) of the currently-selected menu
    12541250 * @param string $nav_menu_selected_title Title of the currently-selected menu
Note: See TracChangeset for help on using the changeset viewer.