Ticket #49216: comment.php.patch
| File comment.php.patch, 443 bytes (added by , 6 years ago) |
|---|
-
wp-admin/includes/comment.php
165 165 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; 171 171 }