diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php index 85af10f5f6..656d1174bc 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php @@ -167,7 +167,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller { } /** - * Override the result of the post password check for REST requested posts. + * Overrides the result of the post password check for REST requested posts. * * Allow users to read the content of password protected posts if they have * previously passed a permission check or if they have the `edit_post` capability @@ -441,7 +441,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller { } /** - * Get the post, if the ID is valid. + * Gets the post, if the ID is valid. * * @since 4.7.2 * @@ -1492,7 +1492,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller { } /** - * Check whether the template is valid for the given post. + * Checks whether the template is valid for the given post. * * @since 4.9.0 * @@ -2141,7 +2141,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller { } /** - * Get the link relations available for the post and current user. + * Gets the link relations available for the post and current user. * * @since 4.9.8 * @@ -2629,7 +2629,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller { } /** - * Retrieve Link Description Objects that should be added to the Schema for the posts collection. + * Retrieves Link Description Objects that should be added to the Schema for the posts collection. * * @since 4.9.8 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 25bfbbd406..1aa16411dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53813'; +$wp_version = '6.1-alpha-53814'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.