Changeset 28602
- Timestamp:
- 05/28/2014 10:04:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r28563 r28602 679 679 * @since 1.5.0 680 680 * 681 * @param int|WP_Post $post_id Post ID or WP_Post object. Default current post.681 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global `$post`. 682 682 * @return int The number of comments a post has. 683 683 */ … … 697 697 * 698 698 * @param int $count Nnumber of comments a post has. 699 * @param int |WP_Post $post_id Post ID or WP_Post object.699 * @param int $post_id Post ID. 700 700 */ 701 701 return apply_filters( 'get_comments_number', $count, $post_id );
Note: See TracChangeset
for help on using the changeset viewer.