Make WordPress Core


Ignore:
Timestamp:
01/18/2020 12:52:28 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve comments in some wp-admin files per the documentation standards.

Props passoniate.
Fixes #49215, #49216.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/comment.php

    r45583 r47084  
    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;
Note: See TracChangeset for help on using the changeset viewer.