Changeset 49544 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 11/09/2020 03:13:56 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r48585 r49544 142 142 * @global wpdb $wpdb WordPress database abstraction object. 143 143 * 144 * @param int| array$post_id Either a single Post ID or an array of Post IDs145 * @return int| arrayEither a single Posts pending comments as an int or an array of ints keyed on the Post IDs144 * @param int|int[] $post_id Either a single Post ID or an array of Post IDs 145 * @return int|int[] Either a single Posts pending comments as an int or an array of ints keyed on the Post IDs 146 146 */ 147 147 function get_pending_comments_num( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.