﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10391,Fishy looking comment_agents in the livejournal importer,Denis-de-Bernardy,,"Found this while looking into #10389.

There are things like:

{{{
// should this be an agent instead?
'comment_agent' => $lj_comment_parent,

...

// should be comment_parent instead?
while ( $comments = $wpdb->get_results( ""SELECT comment_ID, comment_agent FROM {$wpdb->comments} WHERE comment_type = 'livejournal' AND comment_agent != '0' LIMIT 5000"", OBJECT ) ) {

array( 'comment_parent' => $this->get_wp_comment_ID( $comment->comment_agent ), 'comment_type' => 'livejournal-done' ),

}}}
",defect (bug),closed,normal,2.9,Import,,normal,invalid,,
