Changeset 28976 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 07/03/2014 07:27:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r28912 r28976 642 642 * @since 1.5.0 643 643 * 644 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global `$post`.644 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global $post. 645 645 * @return string The link to the comments. 646 646 */ … … 679 679 * @since 1.5.0 680 680 * 681 * @param int|WP_Post $post_id Optional. Post ID or WP_Post object. Default is global `$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 */
Note: See TracChangeset
for help on using the changeset viewer.