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
This commit is contained in:
isabel_brison 2024-04-22 07:20:09 +00:00
parent 4fb8608aa5
commit 9fd435aa15
2 changed files with 2 additions and 2 deletions

View File

@ -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() ) {

View File

@ -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.