Docs: Correct the parameter type for `WP_REST_Post_Types_Controller::prepare_item_for_response()`.

Props subrataemfluence

Fixes #44437

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


git-svn-id: http://core.svn.wordpress.org/trunk@43348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2018-07-22 12:26:28 +00:00
parent ad68a69250
commit 49fdd95ac0
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ class WP_REST_Post_Types_Controller extends WP_REST_Controller {
*
* @since 4.7.0
*
* @param stdClass $post_type Post type data.
* @param WP_Post_Type $post_type Post type object.
* @param WP_REST_Request $request Full details about the request.
* @return WP_REST_Response Response object.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43518';
$wp_version = '5.0-alpha-43519';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.