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

    r28711 r30105  
    17001700 *
    17011701 * @since 0.71
    1702  * @uses apply_filters() Calls 'the_content_rss' on the content before processing.
    17031702 *
    17041703 * @deprecated 2.9.0
     
    18081807 *
    18091808 * @since 2.5.0
    1810  * @uses translate()
    18111809 * @deprecated 3.0.0
    18121810 * @deprecated Use _x()
     
    31523150 * @since 2.0.0
    31533151 * @deprecated 3.4.0
    3154  *
    3155  * @uses do_action() Will call the 'clean_page_cache' hook action.
    31563152 *
    31573153 * @param int $id Page ID to clean
Note: See TracChangeset for help on using the changeset viewer.