Ticket #4156 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 2 years ago

XML-RPC fixes to allow for empty/zero settings in various fields

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

Description

Allows wp_slug, wp_password, wp_page_order, wp_author_id, mt_allow_comments, mt_allow_pings to be reset (empty in some cases) via newPost/editPost and newPage/editPage.

Attachments

xmlrpc.php-diff (4.2 kB) - added by josephscott on 04/17/07 17:50:03.

Change History

04/17/07 17:50:03 changed by josephscott

  • attachment xmlrpc.php-diff added.

(in reply to: ↑ description ) 04/17/07 18:29:14 changed by josephscott

  • summary changed from XML-RPC fixes to XML-RPC fixes to allow for empty/zero settings in various fields.

Replying to josephscott:

Allows wp_slug, wp_password, wp_page_order, wp_author_id, mt_allow_comments, mt_allow_pings to be reset (empty in some cases) via newPost/editPost and newPage/editPage.

04/17/07 22:00:01 changed by ryan

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

(In [5281]) XML-RPC fixes to allow for empty/zero settings in various fields. Props Joseph Scott. fixes #4156