[wp-trac] Re: [WordPress Trac] #5569: Manage post_status via XML-RPC

WordPress Trac wp-trac at lists.automattic.com
Thu Jan 3 00:14:00 GMT 2008


#5569: Manage post_status via XML-RPC
-------------------------+--------------------------------------------------
 Reporter:  josephscott  |        Owner:  westi   
     Type:  enhancement  |       Status:  assigned
 Priority:  normal       |    Milestone:  2.4     
Component:  XML-RPC      |      Version:  2.4     
 Severity:  normal       |   Resolution:          
 Keywords:  has-patch    |  
-------------------------+--------------------------------------------------
Comment (by josephscott):

 I've updated the patch to make use of two new core functions,
 get_post_statuses() and get_page_statuses().  In addition I've updated the
 wp-admin write post and write page forms to make use of these functions as
 well, instead of hard coding the values as they were before.

 I did not add filtering abilities of post/page statuses because right now
 the post_status field in database is an ENUM, so it currently won't accept
 any other values that what the schema defines.  If/when that is changed
 then we could add filtering features.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5569#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list