Opened 12 years ago
Last modified 6 years ago
#23482 assigned defect (bug)
Fix improper use of comment_exists() in some importers
Reported by: | SergeyBiryukov | Owned by: | maxpagels |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Import | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Background: #20494
DotClear Importer and TextPattern Importer treat the returned comment post ID as a comment ID:
http://plugins.trac.wordpress.org/browser/dotclear-importer/trunk/dotclear-importer.php#L416
http://plugins.trac.wordpress.org/browser/textpattern-importer/trunk/textpattern-importer.php#L429
Attachments (7)
Change History (13)
Note: See
TracTickets for help on using
tickets.
Patch for DotClear Importer