mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Mark wp_editPost() documentation as docblock. See #18429.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7a136d0bf9
commit
357fc30771
@ -455,7 +455,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
* Prepares post data for return in an XML-RPC object.
|
||||
*
|
||||
* @access private
|
||||
.*
|
||||
*
|
||||
* @param array $post The unprepared post data
|
||||
* @param array $fields The subset of post fields to return
|
||||
* @return array The prepared post data
|
||||
@ -830,7 +830,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
return strval( $post_ID );
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Edit a post for any registered post type.
|
||||
*
|
||||
* The $content_struct parameter only needs to contain fields that
|
||||
|
Loading…
x
Reference in New Issue
Block a user