REST API: Support querying for multiple post statuses.

Multiple post statuses can be specified by the usual CSV or array-propper format.

Props jnylen0, kadamwhite, websupporter.
Fixes #38420.

Built from https://develop.svn.wordpress.org/trunk@39104


git-svn-id: http://core.svn.wordpress.org/trunk@39046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Joe Hoyle
2016-11-03 01:46:29 +00:00
parent 676ae9fc2b
commit 901c4ed17a
4 changed files with 43 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta1-39103';
$wp_version = '4.7-beta1-39104';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.