Thanks for the catches.  Those were both typos, and I&#39;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">&lt;<a href="mailto:joseph@josephscott.org">joseph@josephscott.org</a>&gt;</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 &lt;<a href="mailto:eric@eam.me">eric@eam.me</a>&gt; wrote:<br>
&gt; I&#39;ve now submitted a patch for #15405.  It adds support for a<br>
&gt; &#39;wp_post_format&#39; parameter in metaWeblog.newPost, metaWeblog.editPost,<br>
&gt; metaWeblog.getPost, and metaWeblog.getRecentPosts.  It also adds a new<br>
&gt; wp.getPostFormats method to return an array of supported post formats for a<br>
&gt; site.<br>
<br>
</div>Took a quick scan of the diff (haven&#39;t actually tried it yet) and<br>
noticed a couple of things:<br>
<br>
    do_action(&#39;xmlrpc_call&#39;, &#39;wp.GetPostFormats&#39;);<br>
<br>
should probably be<br>
<br>
    do_action(&#39;xmlrpc_call&#39;, &#39;wp.getPostFormats&#39;);<br>
<br>
What is wp_set_post_format()?  I couldn&#39;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>