Changeset 34716
- Timestamp:
- 09/30/2015 04:12:06 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r34711 r34716 668 668 * 669 669 * @param WP_Comment|int|null $comment Comment to retrieve. Default current comment. 670 * @param array $args Optional. An array of arguments to override the defaults. 670 * @param array $args { 671 * An array of optional arguments to override the defaults. 672 * 673 * @type string $type Passed to {@see get_page_of_comment()}. 674 * @type int $page Current page of comments, for calculating comment pagination. 675 * @type int $per_page Per-page value for comment pagination. 676 * @type int $max_depth Passed to {@see get_page_of_comment()}. 677 * } 671 678 * @return string The permalink to the given comment. 672 679 */
Note: See TracChangeset
for help on using the changeset viewer.