mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@37342 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -681,12 +681,13 @@ function comment_ID() {
|
||||
* @param array $args {
|
||||
* An array of optional arguments to override the defaults.
|
||||
*
|
||||
* @type string $type Passed to {@see get_page_of_comment()}.
|
||||
* @type string $type Passed to get_page_of_comment().
|
||||
* @type int $page Current page of comments, for calculating comment pagination.
|
||||
* @type int $per_page Per-page value for comment pagination.
|
||||
* @type int $max_depth Passed to {@see get_page_of_comment()}.
|
||||
* @type int|string $cpage Value to use for the comment's "comment-page" or "cpage" value. If provided, this
|
||||
* value overrides any value calculated from `$page` and `$per_page`.
|
||||
* @type int $max_depth Passed to get_page_of_comment().
|
||||
* @type int|string $cpage Value to use for the comment's "comment-page" or "cpage" value.
|
||||
* If provided, this value overrides any value calculated from `$page`
|
||||
* and `$per_page`.
|
||||
* }
|
||||
* @return string The permalink to the given comment.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user