Changeset 37487 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 05/22/2016 05:39:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r37431 r37487 3113 3113 * @type int $category_id 3114 3114 * } 3115 * @return bool|IXR_Error See {@link wp_delete_term()}for return info.3115 * @return bool|IXR_Error See wp_delete_term() for return info. 3116 3116 */ 3117 3117 public function wp_deleteCategory( $args ) { … … 3245 3245 * - 'post_id' - Default is ''. The post where the comment is posted. Empty string shows all comments. 3246 3246 * - 'number' - Default is 10. Total number of media items to retrieve. 3247 * - 'offset' - Default is 0. See {@link WP_Query::query()}for more.3247 * - 'offset' - Default is 0. See WP_Query::query() for more. 3248 3248 * 3249 3249 * @since 2.7.0 … … 3257 3257 * @type array $struct 3258 3258 * } 3259 * @return array|IXR_Error Contains a collection of comments. See {@link wp_xmlrpc_server::wp_getComment()}for a description of each item contents3259 * @return array|IXR_Error Contains a collection of comments. See wp_xmlrpc_server::wp_getComment() for a description of each item contents 3260 3260 */ 3261 3261 public function wp_getComments( $args ) { … … 3329 3329 * 3330 3330 * By default, the comment will be moved to the trash instead of deleted. 3331 * See {@link wp_delete_comment()} for more information on 3332 * this behavior. 3331 * See wp_delete_comment() for more information on this behavior. 3333 3332 * 3334 3333 * @since 2.7.0 … … 3342 3341 * @type int $comment_ID 3343 3342 * } 3344 * @return bool|IXR_Error {@link wp_delete_comment()}3343 * @return bool|IXR_Error See wp_delete_comment(). 3345 3344 */ 3346 3345 public function wp_deleteComment( $args ) { … … 3499 3498 * @type array $content_struct 3500 3499 * } 3501 * @return int|IXR_Error {@link wp_new_comment()}3500 * @return int|IXR_Error See wp_new_comment(). 3502 3501 */ 3503 3502 public function wp_newComment($args) {
Note: See TracChangeset
for help on using the changeset viewer.