Make WordPress Core


Ignore:
Timestamp:
10/30/2014 01:04:55 AM (11 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-includes/functions.php

    r30078 r30105  
    22752275 * @since 2.8.6
    22762276 *
    2277  * @uses wp_get_upload_mime_types() to fetch the list of mime types
    2278  *
    22792277 * @param int|WP_User $user Optional. User to check. Defaults to current user.
    22802278 * @return array Array of mime types keyed by the file extension regex corresponding
     
    32013199 *
    32023200 * @since 2.2.0
    3203  *
    3204  * @uses $submenu The administration submenu list.
    32053201 */
    32063202function wp_widgets_add_menu() {
Note: See TracChangeset for help on using the changeset viewer.