Opened 5 years ago
Closed 4 years ago
#6242 closed defect (bug) (duplicate)
textpattern import fails to set categories
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Import | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The category assignment fails completely because of ticket #5096.
Fixing that ticket would expose another bug in function posts2wp(): $category2 = $category1->term_id; Which should be $category2 = $category2->term_id;
Change History (2)
Note: See
TracTickets for help on using
tickets.

Fixed some time ago in another ticket.