Skip to content

Commit

Permalink
Docs: Docblock improvements in .
Browse files Browse the repository at this point in the history
Props shailu25.
Fixes #62730.
See #62281.



git-svn-id: https://develop.svn.wordpress.org/trunk@59549 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Dec 21, 2024
1 parent a64ad57 commit afc8acf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/wp-includes/block-supports/block-style-variations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
* variation's styles to be rendered before their descendants. This solves the
Expand Down Expand Up @@ -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's markup.
*
* @see wp_render_block_style_variation_support_styles
*
* @since 6.6.0
* @access private
*
* @see wp_render_block_style_variation_support_styles
*
* @param string $block_content Rendered block content.
* @param array $block Block object.
*
Expand Down

0 comments on commit afc8acf

Please sign in to comment.