[wp-trac] [WordPress Trac] #18434: Retrieve post terms via XML-RPC
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 25 12:57:46 UTC 2012
#18434: Retrieve post terms via XML-RPC
-----------------------------+------------------------------
Reporter: nprasath002 | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: XML-RPC | Version:
Severity: normal | Resolution:
Keywords: has-patch |
-----------------------------+------------------------------
Comment (by maxcutler):
I think this and #18435 are no longer necessary.
`wp.getPostTerms(0, user, pass, post_id)` is basically equivalent to
`wp.getPost(0, user, pass, post_id, array( 'terms' ))`. And you can do the
same thing with `wp.editPost` to replace `wp.setPostTerms`.
I don't think it's worth the effort of maintaining two methods in core
when one will suffice.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18434#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list