From 9fd435aa157ad7053cdcabed879b843342999ffe Mon Sep 17 00:00:00 2001 From: isabel_brison Date: Mon, 22 Apr 2024 07:20:09 +0000 Subject: [PATCH] Editor: fix spacing in function doc. Correctly formats spacing in `get_layout_styles` docblock. Props mukesh27, sabernhardt. See #60981. Built from https://develop.svn.wordpress.org/trunk@58030 git-svn-id: http://core.svn.wordpress.org/trunk@57496 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 f83c1dcdc1..39e3581c18 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 1d89792129..ea0dadc4d8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58029'; +$wp_version = '6.6-alpha-58030'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.