Make WordPress Core


Ignore:
Timestamp:
05/02/2016 03:59:56 AM (8 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-template.php

    r37305 r37342  
    682682 *     An array of optional arguments to override the defaults.
    683683 *
    684  *     @type string     $type      Passed to {@see get_page_of_comment()}.
     684 *     @type string     $type      Passed to get_page_of_comment().
    685685 *     @type int        $page      Current page of comments, for calculating comment pagination.
    686686 *     @type int        $per_page  Per-page value for comment pagination.
    687  *     @type int        $max_depth Passed to {@see get_page_of_comment()}.
    688  *     @type int|string $cpage     Value to use for the comment's "comment-page" or "cpage" value. If provided, this
    689  *                                 value overrides any value calculated from `$page` and `$per_page`.
     687 *     @type int        $max_depth Passed to get_page_of_comment().
     688 *     @type int|string $cpage     Value to use for the comment's "comment-page" or "cpage" value.
     689 *                                 If provided, this value overrides any value calculated from `$page`
     690 *                                 and `$per_page`.
    690691 * }
    691692 * @return string The permalink to the given comment.
Note: See TracChangeset for help on using the changeset viewer.