From 5186adde1bb6aec9af1172706e7981fb8dae819e Mon Sep 17 00:00:00 2001 From: isabel_brison Date: Tue, 30 Apr 2024 03:25:05 +0000 Subject: [PATCH] Editor: fix spacing in function doc. Correctly formats spacing in `get_layout_styles` docblock. Props mukesh27, sabernhardt. Reviewed by jorbin. Merges [58030] to the 6.5 branch. See #60981. Built from https://develop.svn.wordpress.org/branches/6.5@58058 git-svn-id: http://core.svn.wordpress.org/branches/6.5@57523 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme-json.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index 40931e54b5..6500b44736 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/wp-includes/class-wp-theme-json.php @@ -1392,7 +1392,7 @@ class WP_Theme_JSON { * @since 6.5.3 Add types parameter to check if only base layout styles are needed. * * @param array $block_metadata Metadata about the block to get styles for. - * @param array $types Optional. Types of styles to output. If empty, all styles will be output. + * @param array $types Optional. Types of styles to output. If empty, all styles will be output. * @return string Layout styles for the block. */ protected function get_layout_styles( $block_metadata, $types = array() ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 0b6029ac8a..5fbc5edb77 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.3-alpha-58057'; +$wp_version = '6.5.3-alpha-58058'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.