Make WordPress Core


Ignore:
Timestamp:
06/16/2020 12:54:28 AM (5 years ago)
Author:
whyisjake
Message:

Code Standards: Cleanup some code spacing.

See: #37826 and #44286.

File:
1 edited

Legend:

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

    r48050 r48052  
    3939// Prevent actions on a comment associated with a trashed post.
    4040$comment_id = absint( $_GET['c'] );
    41 $comment = get_comment( $comment_id );
     41$comment    = get_comment( $comment_id );
    4242
    4343if ( 'trash' === get_post_status( $comment->comment_post_ID ) ) {
Note: See TracChangeset for help on using the changeset viewer.