Make WordPress Core


Ignore:
Timestamp:
08/19/2020 04:33:02 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issue in [48830].

See #51044.

File:
1 edited

Legend:

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

    r48830 r48831  
    787787                'user_id'              => $user->ID,
    788788                'comment_author_IP'    => '127.0.0.1',
    789                 'comment_agent'        => ''
     789                'comment_agent'        => '',
    790790            ),
    791791            $this->preprocess_comment_data
Note: See TracChangeset for help on using the changeset viewer.