Changeset 48104 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 06/20/2020 12:00:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r47984 r48104 531 531 * @param string[] $classes An array of comment classes. 532 532 * @param string $class A comma-separated list of additional classes added to the list. 533 * @param int $comment_id The comment id.533 * @param int $comment_id The comment ID. 534 534 * @param WP_Comment $comment The comment object. 535 535 * @param int|WP_Post $post_id The post ID or WP_Post object. … … 658 658 659 659 /** 660 * Retrieves the comment idof the current comment.660 * Retrieves the comment ID of the current comment. 661 661 * 662 662 * @since 1.5.0 … … 680 680 681 681 /** 682 * Displays the comment idof the current comment.682 * Displays the comment ID of the current comment. 683 683 * 684 684 * @since 0.71 … … 1923 1923 1924 1924 /** 1925 * Filters the returned comment idfields.1925 * Filters the returned comment ID fields. 1926 1926 * 1927 1927 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.