Make WordPress Core

Ticket #49216: comment.php.patch

File comment.php.patch, 443 bytes (added by passoniate, 6 years ago)
  • wp-admin/includes/comment.php

     
    165165
    166166        $pending_keyed = array();
    167167
    168         // Default to zero pending for all posts in request
     168        // Default to zero pending for all posts in request.
    169169        foreach ( $post_id_array as $id ) {
    170170                $pending_keyed[ $id ] = 0;
    171171        }