Closed (outdated)
Project:
WordPress Migrate
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2012 at 22:20 UTC
Updated:
24 Sep 2023 at 08:28 UTC
Jump to comment: Most recent

Comments
Comment #1
xurizaemonGuessing that "unimported" is actually showing the number of posts count down as we iterate through looking for attachments.
Comment #2
mikeryanThe negative count is cosmetic and temporary - what's happening is that it needs to iterate over all the <item> elements looking for those of type attachment, and those that aren't (the posts and pages) are recording in the map table as ignored. This count is considered "processed" and subtracted from the total attachment count, rendering the temporary negative count. When the attachment migration is done, the ignored entries are removed from the map and then the counts reflect reality.
Maybe we could override the appropriate count method to ignore the ignore rows (redundant as that may seem;)...
Comment #3
hongpong commented