mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
REST API: Improve test coverage of single user endpoint for public data.
Add test coverage for requests of a single user resource for authors of post types registered as: - public = true, show_in_rest = true: success without auth. - public = true, show_in_rest = false: fail without auth. - public = false, show_in_rest = true: success without auth. - public = false, show_in_rest = false: fail without auth. See #38878. Fixes #39546. Built from https://develop.svn.wordpress.org/trunk@39913 git-svn-id: http://core.svn.wordpress.org/trunk@39850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
85ee190163
commit
fa20ce762a
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-alpha-39912';
|
||||
$wp_version = '4.8-alpha-39913';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user