Changeset 48585 for trunk/src/wp-includes/feed-rss2-comments.php
- Timestamp:
- 07/23/2020 07:04:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-rss2-comments.php
r47122 r48585 111 111 * @since 2.1.0 112 112 * 113 * @param int $comment ->comment_ID The ID of the comment being displayed.114 * @param int $ comment_post->IDThe ID of the post the comment is connected to.113 * @param int $comment_ID The ID of the comment being displayed. 114 * @param int $ID The ID of the post the comment is connected to. 115 115 */ 116 116 do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );
Note: See TracChangeset
for help on using the changeset viewer.