From e992dabb1ab855f9a56ed09b633ba5c19dbc3440 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 19 Jul 2023 22:53:23 +0000 Subject: [PATCH] Docs: Fix indentation issue in `WP_REST_Global_Styles_Revisions_Controller` class. Follow-up to [56082]. See #57840, #58524. Built from https://develop.svn.wordpress.org/trunk@56272 git-svn-id: http://core.svn.wordpress.org/trunk@55784 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- ...lass-wp-rest-global-styles-revisions-controller.php | 10 +++++----- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php index 930d4ca321..9ce7e2b3df 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php @@ -120,8 +120,8 @@ class WP_REST_Global_Styles_Revisions_Controller extends WP_REST_Controller { * Returns paginated revisions of the given global styles config custom post type. * * The bulk of the body is taken from WP_REST_Revisions_Controller->get_items, - * but global styles does not require as many parameters. - * + * but global styles does not require as many parameters. + * * @since 6.3.0 * * @param WP_REST_Request $request The request instance. @@ -245,7 +245,7 @@ class WP_REST_Global_Styles_Revisions_Controller extends WP_REST_Controller { * Checks the post_date_gmt or modified_gmt and prepare any post or * modified date for single post output. * - * Duplicate of WP_REST_Revisions_Controller::prepare_date_response + * Duplicate of WP_REST_Revisions_Controller::prepare_date_response. * * @since 6.3.0 * @@ -441,9 +441,9 @@ class WP_REST_Global_Styles_Revisions_Controller extends WP_REST_Controller { } /** - * Get the parent post, if the ID is valid. + * Gets the parent post, if the ID is valid. * - * Duplicate of WP_REST_Revisions_Controller::get_parent + * Duplicate of WP_REST_Revisions_Controller::get_parent. * * @since 6.3.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 8ae67197d0..e33070cac6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56271'; +$wp_version = '6.4-alpha-56272'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.