Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-comments.php

    r46811 r47122  
    5353    wp_defer_comment_counting( true );
    5454
    55     foreach ( $comment_ids as $comment_id ) { // Check the permissions on each
     55    foreach ( $comment_ids as $comment_id ) { // Check the permissions on each.
    5656        if ( ! current_user_can( 'edit_comment', $comment_id ) ) {
    5757            continue;
Note: See TracChangeset for help on using the changeset viewer.