Coding Standards: Fix WPCS issue in [48830].

See #51044.

git-svn-id: https://develop.svn.wordpress.org/trunk@48831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-08-19 16:33:02 +00:00
parent 62562f8428
commit ca5c4cebef

View File

@ -786,7 +786,7 @@ class Tests_Comment_Submission extends WP_UnitTestCase {
'user_ID' => $user->ID, 'user_ID' => $user->ID,
'user_id' => $user->ID, 'user_id' => $user->ID,
'comment_author_IP' => '127.0.0.1', 'comment_author_IP' => '127.0.0.1',
'comment_agent' => '' 'comment_agent' => '',
), ),
$this->preprocess_comment_data $this->preprocess_comment_data
); );