Opened 13 years ago
Last modified 13 months ago
#23482 assigned defect (bug)
Fix improper use of comment_exists() in some importers
| Reported by: | SergeyBiryukov | Owned by: | maxpagels |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Import | Version: | |
| Severity: | normal | Keywords: | has-patch close |
| Cc: | Focuses: |
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 (14)
#2
@
11 years ago
Regarding the above patches, a more elegant solution may well exist, but this should work.
#4
@
11 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.)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch for DotClear Importer