Fix typo in phpdoc for wp_newPost(). Props alyssonweb. fixes #21798
git-svn-id: http://core.svn.wordpress.org/trunk@21765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4f5bb5412e
commit
bf9cff8bfc
|
@ -887,7 +887,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||||
* - post_status (default: 'draft')
|
* - post_status (default: 'draft')
|
||||||
* - post_title
|
* - post_title
|
||||||
* - post_author
|
* - post_author
|
||||||
* - post_exerpt
|
* - post_excerpt
|
||||||
* - post_content
|
* - post_content
|
||||||
* - post_date_gmt | post_date
|
* - post_date_gmt | post_date
|
||||||
* - post_format
|
* - post_format
|
||||||
|
|
Loading…
Reference in New Issue