Thanks for the catches. Those were both typos, and I've fixed both in the newest patch.<div><br></div><div>wp_set_post_format() should have been wp_set_post_terms() ... Using the set_post_format() method from this patch as an example: <a href="http://core.trac.wordpress.org/attachment/ticket/14746/14746.6.diff">http://core.trac.wordpress.org/attachment/ticket/14746/14746.6.diff</a><br>
<br><div class="gmail_quote">On Sat, Nov 13, 2010 at 8:30 AM, Joseph Scott <span dir="ltr"><<a href="mailto:joseph@josephscott.org">joseph@josephscott.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sat, Nov 13, 2010 at 8:53 AM, Eric Mann <<a href="mailto:eric@eam.me">eric@eam.me</a>> wrote:<br>
> I've now submitted a patch for #15405. It adds support for a<br>
> 'wp_post_format' parameter in metaWeblog.newPost, metaWeblog.editPost,<br>
> metaWeblog.getPost, and metaWeblog.getRecentPosts. It also adds a new<br>
> wp.getPostFormats method to return an array of supported post formats for a<br>
> site.<br>
<br>
</div>Took a quick scan of the diff (haven't actually tried it yet) and<br>
noticed a couple of things:<br>
<br>
do_action('xmlrpc_call', 'wp.GetPostFormats');<br>
<br>
should probably be<br>
<br>
do_action('xmlrpc_call', 'wp.getPostFormats');<br>
<br>
What is wp_set_post_format()? I couldn't find any reference to it in -trunk.<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
Joseph Scott<br>
<a href="mailto:joseph@josephscott.org">joseph@josephscott.org</a><br>
<a href="http://josephscott.org/" target="_blank">http://josephscott.org/</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
wp-xmlrpc mailing list<br>
<a href="mailto:wp-xmlrpc@lists.automattic.com">wp-xmlrpc@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/wp-xmlrpc" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-xmlrpc</a><br>
</div></div></blockquote></div><br></div>