WordPress/wp-includes/rest-api
Ryan McCue 4dab905dba REST API: Support password on non-post post types.
The password field was incorrectly only added to "post" post types, but is supported for all post types in the Dashboard UI.

Props jnylen0.
Fixes #38582.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-31 03:53:32 +00:00
..
endpoints REST API: Support password on non-post post types. 2016-10-31 03:53:32 +00:00
fields Docs: Add much more complete and syntactically correct documentation throughout the `WP_REST_User_Meta_Fields` class. 2016-10-30 18:28:30 +00:00
class-wp-rest-request.php REST: Fix a yoda condition in `WP_REST_Request::get_parameter_order()` and add a missing period for an inline comment in `WP_REST_Request::from_url(). 2016-10-30 17:42:45 +00:00
class-wp-rest-response.php DOCS: Replace HTTP links with HTTPS. 2016-06-10 04:50:33 +00:00
class-wp-rest-server.php REST API: Allow Content-Type on CORS requests. 2016-10-31 00:34:33 +00:00