Ticket #5406 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

Restore XML-RPC wp.suggestCategories return values

Reported by: josephscott Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: XML-RPC Version:
Severity: normal Keywords: has-patch
Cc: josephscott

Description

[5756] changed the way data was returned from the wp.suggestCategories XML-RPC method. The attached patch restores the returned value to its original format, http://codex.wordpress.org/XML-RPC_wp#wp.suggestCategories

I guess this method doesn't get much use since this change happened some five months ago and I haven't heard anyone complain about this.

Attachments

xmlrpc.php.diff (0.6 kB) - added by josephscott on 11/30/07 23:26:26.

Change History

11/30/07 23:26:26 changed by josephscott

  • attachment xmlrpc.php.diff added.

12/19/07 20:30:44 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6416]) Fix wp.suggestCategories return values. Props josephscott. fixes #5406