mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Filter imported comments
git-svn-id: https://develop.svn.wordpress.org/trunk@12270 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -535,6 +535,7 @@ class LJ_API_Import {
|
||||
|
||||
// Parse this comment into an array and insert
|
||||
$comment = $this->parse_comment( $comment );
|
||||
$comment = wp_filter_comment( $comment );
|
||||
$id = wp_insert_comment( $comment );
|
||||
|
||||
// Clear cache
|
||||
|
||||
Reference in New Issue
Block a user