Mark wp_editPost() documentation as docblock. See #18429.
git-svn-id: https://develop.svn.wordpress.org/trunk@19868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1496151d54
commit
99fbbdbd4a
@ -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…
Reference in New Issue
Block a user