mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user