Make WordPress Core


Ignore:
Timestamp:
12/02/2008 07:25:42 PM (17 years ago)
Author:
ryan
Message:

Assign comment post ID when importing existing posts. Props tott. fixes #8458

File:
1 edited

Legend:

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

    r9903 r10014  
    414414            echo '<li>';
    415415            printf(__('Post <em>%s</em> already exists.'), stripslashes($post_title));
    416             $post_id = $post_exists;
     416            $comment_post_ID = $post_id = $post_exists;
    417417        } else {
    418418
Note: See TracChangeset for help on using the changeset viewer.