Make WordPress Core

Changeset 8957


Ignore:
Timestamp:
09/22/2008 08:52:05 PM (16 years ago)
Author:
westi
Message:

Ensure that post meta is attached to the correct post when importing. Fixes #7707 props dougal.

File:
1 edited

Legend:

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

    r8799 r8957  
    410410            echo '<li>';
    411411            printf(__('Post <em>%s</em> already exists.'), stripslashes($post_title));
     412            $post_id = $post_exists;
    412413        } else {
    413414
Note: See TracChangeset for help on using the changeset viewer.