#52180 closed enhancement (fixed)
Add post modified fields to WXR export format
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | 5.7 |
Component: | Export | Keywords: | has-patch has-dev-note |
Focuses: | Cc: |
Description
The WXR export format can be used to merge blogs' content without needing to resort to direct database manipulation. However, its usefulness is limited when doing so because the importer cannot programmatically determine which version of a post is "fresher" as the only date information included with a given post is the post date.
I would like to add the post_modified and post_modified_gmt fields to the generated WXR export file to allow for the possibility of import logic involving updating and adding revisions to, rather than skipping, existing posts/pages.
I have tested these additions with the WordPress importer with no issues in either export or import.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 49910: