Skip to content

Commit 11cdbd2

Browse files
committed
delete permanently
1 parent 2b54214 commit 11cdbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/handler/class-delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public static function delete_interactions( $actor ) {
149149

150150
if ( is_array( $comments ) ) {
151151
foreach ( $comments as $comment ) {
152-
wp_delete_comment( $comment->comment_ID );
152+
wp_delete_comment( $comment->comment_ID, true );
153153
}
154154
}
155155
}

0 commit comments

Comments
 (0)