diff --git a/wp-includes/class-wp-xmlrpc-server.php b/wp-includes/class-wp-xmlrpc-server.php index 1cb0d0fa25..380a28d899 100644 --- a/wp-includes/class-wp-xmlrpc-server.php +++ b/wp-includes/class-wp-xmlrpc-server.php @@ -1705,7 +1705,7 @@ class wp_xmlrpc_server extends IXR_Server { * @type string $username Username. * @type string $password Password. * @type array $filter Optional. Modifies the query used to retrieve posts. Accepts 'post_type', - * 'post_status', 'number', 'offset', 'orderby', and 'order'. + * 'post_status', 'number', 'offset', 'orderby', 's', and 'order'. * Default empty array. * @type array $fields Optional. The subset of post type fields to return in the response array. * } diff --git a/wp-includes/version.php b/wp-includes/version.php index 57cbca9b8d..8426b448f8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34859'; +$wp_version = '4.4-alpha-34860'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.