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
This commit is contained in:
parent
07fe72c6b3
commit
5186adde1b
|
@ -1392,7 +1392,7 @@ class WP_Theme_JSON {
|
||||||
* @since 6.5.3 Add types parameter to check if only base layout styles are needed.
|
* @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 $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.
|
* @return string Layout styles for the block.
|
||||||
*/
|
*/
|
||||||
protected function get_layout_styles( $block_metadata, $types = array() ) {
|
protected function get_layout_styles( $block_metadata, $types = array() ) {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue