Docs: Docblock improvements in .

Props shailu25.
Fixes #62730.
See #62281.


Built from https://develop.svn.wordpress.org/trunk@59549


git-svn-id: http://core.svn.wordpress.org/trunk@58935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-12-21 17:23:24 +00:00
parent 48eb68ca1e
commit f56f7a1ec6
2 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ function wp_resolve_block_style_variation_ref_values( &$variation_data, $theme_j
} }
} }
/** /**
* Render the block style variation's styles. * Renders the block style variation's styles.
* *
* In the case of nested blocks with variations applied, we want the parent * In the case of nested blocks with variations applied, we want the parent
* variation's styles to be rendered before their descendants. This solves the * 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 ) {
} }
/** /**
* Ensure the variation block support class name generated and added to * Ensures the variation block support class name generated and added to
* block attributes in the `render_block_data` filter gets applied to the * block attributes in the `render_block_data` filter gets applied to the
* block's markup. * block's markup.
* *
* @see wp_render_block_style_variation_support_styles
*
* @since 6.6.0 * @since 6.6.0
* @access private * @access private
* *
* @see wp_render_block_style_variation_support_styles
*
* @param string $block_content Rendered block content. * @param string $block_content Rendered block content.
* @param array $block Block object. * @param array $block Block object.
* *

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.8-alpha-59548'; $wp_version = '6.8-alpha-59549';
/** /**
* 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.