Make WordPress Core


Ignore:
Timestamp:
05/02/2016 03:59:56 AM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Remove inline @see tags from function, class, and method references in inline docs.

Known functions, classes, and methods are now auto-linked in Code Reference pages following #meta1483.

Note: Hook references are still linked via inline @see tags due to the unlikelihood of reliably matching for known hooks based on a RegEx pattern.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r36970 r37342  
    129129 *
    130130 * @since 2.0.0
    131  * @since 4.1.0 Refactored to leverage {@see WP_Comment_Query} over a direct query.
     131 * @since 4.1.0 Refactored to leverage WP_Comment_Query over a direct query.
    132132 *
    133133 * @param  int   $post_id The ID of the post.
    134  * @param  array $args    Optional. See {@see WP_Comment_Query::query()} for information
    135  *                        on accepted arguments.
     134 * @param  array $args    Optional. See WP_Comment_Query::query() for information on accepted arguments.
    136135 * @return int|array $comments The approved comments, or number of comments if `$count`
    137136 *                             argument is true.
     
    211210 * @since 2.7.0
    212211 *
    213  * @param string|array $args Optional. Array or string of arguments. See {@see WP_Comment_Query::parse_query()}
     212 * @param string|array $args Optional. Array or string of arguments. See WP_Comment_Query::parse_query()
    214213 *                           for information on accepted arguments. Default empty.
    215214 * @return int|array List of comments or number of found comments if `$count` argument is true.
Note: See TracChangeset for help on using the changeset viewer.