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/plugin.php

    r29789 r30105  
    358358 * @since 3.9.0
    359359 *
    360  * @uses current_filter()
    361  *
    362360 * @return string Hook name of the current action.
    363361 */
     
    401399 *
    402400 * @since 3.9.0
    403  *
    404  * @uses doing_filter()
    405401 *
    406402 * @param string|null $action Optional. Action to check. Defaults to null, which checks
     
    421417 *
    422418 * @since 1.2.0
    423  *
    424  * @uses add_filter() Adds an action. Parameter list and functionality are the same.
    425419 *
    426420 * @param string   $tag             The name of the action to which the $function_to_add is hooked.
     
    647641 * @since 1.5.0
    648642 *
    649  * @uses WP_PLUGIN_DIR, WPMU_PLUGIN_DIR
    650  *
    651643 * @param string $file The filename of plugin.
    652644 * @return string The name of a plugin.
     
    832824 * @since 2.5.0
    833825 * @access private
    834  *
    835  * @uses $wp_filter Used to process all of the functions in the 'all' hook.
    836826 *
    837827 * @param array $args The collected parameters from the hook that was called.
Note: See TracChangeset for help on using the changeset viewer.