mirror of
git://develop.git.wordpress.org/
synced 2025-02-21 23:22:31 +01:00
Editor: fix spacing in function doc.
Correctly formats spacing in `get_layout_styles` docblock. Props mukesh27, sabernhardt. See #60981. git-svn-id: https://develop.svn.wordpress.org/trunk@58030 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a1a7548a4b
commit
4f02bc74e6
@ -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() ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user