Changeset 47084 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 01/18/2020 12:52:28 AM (6 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
r45583 r47084 166 166 $pending_keyed = array(); 167 167 168 // Default to zero pending for all posts in request 168 // Default to zero pending for all posts in request. 169 169 foreach ( $post_id_array as $id ) { 170 170 $pending_keyed[ $id ] = 0;
Note: See TracChangeset
for help on using the changeset viewer.