Skip to content

Commit d30b1bb

Browse files
phpcbf
1 parent f5c64ba commit d30b1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ function wp_trash_note_descendants( $comment_id ) {
16571657
if ( ! wp_delete_comment( $child_id, true ) ) {
16581658
$success = false;
16591659
}
1660-
} else {
1660+
} else {
16611661
if ( ! wp_trash_comment( $child_id ) ) {
16621662
$success = false;
16631663
}

0 commit comments

Comments
 (0)