From dad20f8424227ab431c4284484b1f1e3e11b01ef Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 31 Jan 2021 18:16:35 +0000 Subject: [PATCH] Comments: Fix a coding standards issue introduced in [50109]. See #33717 git-svn-id: https://develop.svn.wordpress.org/trunk@50113 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/comment.php b/tests/phpunit/tests/comment.php index 5918aab7cd..c2ba8626e8 100644 --- a/tests/phpunit/tests/comment.php +++ b/tests/phpunit/tests/comment.php @@ -575,7 +575,7 @@ class Tests_Comment extends WP_UnitTestCase { // Approve the comment. wp_set_comment_status( $c, 'approve' ); - $sent = wp_new_comment_notify_comment_author( $c ); + $sent = wp_new_comment_notify_comment_author( $c ); $resent = wp_new_comment_notify_comment_author( $c ); $this->assertTrue( $sent );