Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1355 closed defect (bug) (fixed)

General category always assigned

Reported by: indigojo_uk's profile indigojo_uk Owned by:
Milestone: Priority: normal
Severity: trivial Version: 1.5.1
Component: XML-RPC Keywords:
Focuses: Cc:

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 (4)

#1 @indigojo_uk
20 years ago

  • Patch set to No

#2 @anonymousbugger
20 years ago

Am having similar issues with ecto and am in contact with others using other remote blogging tools finding the same problem.

#3 @ryan
20 years ago

  • Milestone set to 1.5.2
  • Resolution set to fixed
  • Status changed from new to closed

#4 @(none)
19 years ago

  • Milestone 1.5.2 deleted

Milestone 1.5.2 deleted

Note: See TracTickets for help on using tickets.