- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/livejournal.php
r12104 r12270 536 536 // Parse this comment into an array and insert 537 537 $comment = $this->parse_comment( $comment ); 538 $comment = wp_filter_comment( $comment ); 538 539 $id = wp_insert_comment( $comment ); 539 540
Note: See TracChangeset
for help on using the changeset viewer.