Changeset 12733 for trunk/wp-admin/includes/comment.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/comment.php
r12715 r12733 126 126 return absint($pending[0]['num_comments']); 127 127 } 128 128 129 129 $pending_keyed = array(); 130 130 131 131 // Default to zero pending for all posts in request 132 132 foreach ( $post_id_array as $id )
Note: See TracChangeset
for help on using the changeset viewer.