Changeset 37342 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r37305 r37342 682 682 * An array of optional arguments to override the defaults. 683 683 * 684 * @type string $type Passed to {@see get_page_of_comment()}.684 * @type string $type Passed to get_page_of_comment(). 685 685 * @type int $page Current page of comments, for calculating comment pagination. 686 686 * @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`. 690 691 * } 691 692 * @return string The permalink to the given comment.
Note: See TracChangeset
for help on using the changeset viewer.