Changeset 12595 for trunk/wp-admin/includes/comment.php
- Timestamp:
- 01/02/2010 05:15:11 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/comment.php
r11721 r12595 97 97 98 98 /** 99 * {@internal Missing Short Description}}99 * Get the number of pending comments on a post or posts 100 100 * 101 101 * @since unknown 102 102 * @uses $wpdb 103 103 * 104 * @param int $post_id Post ID105 * @return unknown104 * @param int|array $post_id Either a single Post ID or an array of Post IDs 105 * @return int|array Either a single Posts pending comments as an int or an array of ints keyed on the Post IDs 106 106 */ 107 107 function get_pending_comments_num( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.