Ticket #25406: 25406.patch
| File 25406.patch, 814 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/class-wp-xmlrpc-server.php
1702 1702 * @type string $username Username. 1703 1703 * @type string $password Password. 1704 1704 * @type array $filter Optional. Modifies the query used to retrieve posts. Accepts 'post_type', 1705 * 'post_status', 'number', 'offset', 'orderby', and 'order'.1705 * 'post_status', 'number', 'offset', 'orderby', 's', and 'order'. 1706 1706 * Default empty array. 1707 1707 * @type array $fields Optional. The subset of post type fields to return in the response array. 1708 1708 * }