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

    r29469 r30105  
    7272 *
    7373 * @since 2.5.0
    74  * @uses apply_filters() Calls 'default_feed' hook on the default feed string.
    7574 *
    7675 * @return string Default feed, or for example 'rss2', 'atom', etc.
     
    166165 *
    167166 * @since 0.71
    168  * @uses get_the_title_rss() Used to retrieve current post title.
    169167 */
    170168function the_title_rss() {
     
    204202 *
    205203 * @since 2.9.0
    206  * @uses apply_filters() Calls 'the_content_feed' on the content before processing.
    207  * @see get_the_content()
    208204 *
    209205 * @param string $feed_type The type of feed. rss2 | atom | rss | rdf
     
    314310 *
    315311 * @since 2.0.0
    316  * @uses get_comment_author()
    317312 *
    318313 * @return string Comment Author
     
    344339 *
    345340 * @since 1.0.0
    346  * @uses get_comment_text()
    347341 */
    348342function comment_text_rss() {
     
    455449 *
    456450 * @since 1.5.0
    457  * @uses get_post_custom() To get the current post enclosure metadata.
    458451 */
    459452function rss_enclosure() {
     
    495488 *
    496489 * @since 2.2.0
    497  * @uses get_post_custom() To get the current post enclosure metadata.
    498490 */
    499491function atom_enclosure() {
Note: See TracChangeset for help on using the changeset viewer.