Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#1355 closed defect (bug) (fixed)

General category always assigned

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

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
21 years ago

  • PatchNo

#2 @anonymousbugger
21 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
21 years ago

  • Milestone1.5.2
  • Resolutionfixed
  • Status newclosed

#4 @(none)
20 years ago

  • Milestone 1.5.2

Milestone 1.5.2 deleted

Note: See TracTickets for help on using tickets.