Opened 12 years ago
Last modified 6 years ago
#23482 assigned defect (bug)
Fix improper use of comment_exists() in some importers
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
#2
@
10 years ago
Regarding the above patches, a more elegant solution may well exist, but this should work.
#4
@
10 years ago
- Keywords has-patch needs-testing added; needs-patch good-first-bug removed
Will update the patches with proper indenting (sorry, didn't catch it the first time.)
#6
@
10 years ago
- Keywords has-patch needs-testing added; needs-patch removed
Indents finally fixed, sorry for the delay. Looks and works fine as far as I can tell, though some additional testing would be appreciated.
Version 0, edited 10 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Patch for DotClear Importer