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/comment.php

    r47088 r47122  
    138138        }
    139139
    140         if ( $comment->comment_approved != '0' ) { // if not unapproved
     140        if ( $comment->comment_approved != '0' ) { // If not unapproved.
    141141            $message = '';
    142142            switch ( $comment->comment_approved ) {
     
    356356        wp_die( __( 'Unknown action.' ) );
    357357
    358 } // end switch
     358} // End switch.
    359359
    360360include( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset for help on using the changeset viewer.