Make WordPress Core

Changeset 48052


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

Code Standards: Cleanup some code spacing.

See: #37826 and #44286.

Location:
trunk/src/wp-admin
Files:
2 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 ) ) {
  • trunk/src/wp-admin/nav-menus.php

    r48051 r48052  
    359359            }
    360360
    361         // Update existing menu.
     361            // Update existing menu.
    362362        } else {
    363363            // Remove menu locations that have been unchecked.
Note: See TracChangeset for help on using the changeset viewer.