Ticket #1355 (closed defect (bug): fixed)
General category always assigned
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | 1.5.1 |
| Severity: | trivial | Keywords: | |
| Cc: | echozone, indigojo_uk |
Description
When submitting a new entry with an XML-RPC client, whatever category I choose, General is assigned along with it. This has been reported on the Wordpress and ecto support fora, specifically:
http://wordpress.org/support/topic/9698 http://bb.infinite-sushi.com/viewtopic.php?t=719
The problem has been traced to an else block which has been inserted into xmlrpc.php at line 583:
`else { $post_category[] = 1; }`
This would appear to be unncessary, because General / Uncategorized is automatically assigned when no category is specified. I checked this myself with both the WP web interface and with ecto and w.bloggar.
Change History
comment:2
anonymousbugger — 7 years ago
Am having similar issues with ecto and am in contact with others using other remote blogging tools finding the same problem.
- Status changed from new to closed
- Resolution set to fixed
- Milestone set to 1.5.2
