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.