Changeset 28604 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 05/28/2014 10:35:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r28602 r28604 696 696 * @since 1.5.0 697 697 * 698 * @param int $count Nnumber of comments a post has.698 * @param int $count Number of comments a post has. 699 699 * @param int $post_id Post ID. 700 700 */ 701 return apply_filters( 'get_comments_number', $count, $post _id);701 return apply_filters( 'get_comments_number', $count, $post->ID ); 702 702 } 703 703
Note: See TracChangeset
for help on using the changeset viewer.