Changeset 59549
- Timestamp:
- 12/21/2024 05:21:30 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/block-style-variations.php
r58951 r59549 63 63 } 64 64 /** 65 * Render the block style variation's styles.65 * Renders the block style variation's styles. 66 66 * 67 67 * In the case of nested blocks with variations applied, we want the parent … … 195 195 196 196 /** 197 * Ensure the variation block support class name generated and added to197 * Ensures the variation block support class name generated and added to 198 198 * block attributes in the `render_block_data` filter gets applied to the 199 199 * block's markup. 200 200 * 201 * @since 6.6.0 202 * @access private 203 * 201 204 * @see wp_render_block_style_variation_support_styles 202 *203 * @since 6.6.0204 * @access private205 205 * 206 206 * @param string $block_content Rendered block content.
Note: See TracChangeset
for help on using the changeset viewer.