Skip to content

Commit afc8acf

Browse files
committed
Docs: Docblock improvements in .
Props shailu25. Fixes #62730. See #62281. git-svn-id: https://develop.svn.wordpress.org/trunk@59549 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a64ad57 commit afc8acf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wp-includes/block-supports/block-style-variations.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function wp_resolve_block_style_variation_ref_values( &$variation_data, $theme_j
6262
}
6363
}
6464
/**
65-
* Render the block style variation's styles.
65+
* Renders the block style variation's styles.
6666
*
6767
* In the case of nested blocks with variations applied, we want the parent
6868
* variation's styles to be rendered before their descendants. This solves the
@@ -194,15 +194,15 @@ function wp_render_block_style_variation_support_styles( $parsed_block ) {
194194
}
195195

196196
/**
197-
* Ensure the variation block support class name generated and added to
197+
* Ensures the variation block support class name generated and added to
198198
* block attributes in the `render_block_data` filter gets applied to the
199199
* block's markup.
200200
*
201-
* @see wp_render_block_style_variation_support_styles
202-
*
203201
* @since 6.6.0
204202
* @access private
205203
*
204+
* @see wp_render_block_style_variation_support_styles
205+
*
206206
* @param string $block_content Rendered block content.
207207
* @param array $block Block object.
208208
*

0 commit comments

Comments
 (0)