Make WordPress Core

Changeset 50113


Ignore:
Timestamp:
01/31/2021 06:16:35 PM (4 years ago)
Author:
johnbillion
Message:

Comments: Fix a coding standards issue introduced in [50109].

See #33717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/comment.php

    r50109 r50113  
    576576        wp_set_comment_status( $c, 'approve' );
    577577
    578         $sent = wp_new_comment_notify_comment_author( $c );
     578        $sent   = wp_new_comment_notify_comment_author( $c );
    579579        $resent = wp_new_comment_notify_comment_author( $c );
    580580
Note: See TracChangeset for help on using the changeset viewer.