Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/livejournal.php

    r12104 r12270  
    536536                // Parse this comment into an array and insert
    537537                $comment = $this->parse_comment( $comment );
     538                $comment = wp_filter_comment( $comment );
    538539                $id = wp_insert_comment( $comment );
    539540
Note: See TracChangeset for help on using the changeset viewer.