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-includes/post.php

    r30041 r30105  
    29432943 * @since 2.3.0
    29442944 *
    2945  * @uses wp_get_object_terms()
    2946  *
    29472945 * @param int   $post_id Optional. The Post ID. Does not default to the ID of the
    29482946 *                       global $post. Defualt 0.
     
    29622960 *
    29632961 * @since 2.8.0
    2964  *
    2965  * @uses wp_get_object_terms()
    29662962 *
    29672963 * @param int    $post_id  Optional. The Post ID. Does not default to the ID of the
Note: See TracChangeset for help on using the changeset viewer.