From 1d0227f17872394adf2b9c2d961118a9f6c4d532 Mon Sep 17 00:00:00 2001 From: shail-mehta Date: Sun, 15 Dec 2024 15:59:39 +0530 Subject: [PATCH 1/2] Updated documentation order --- lib/block-supports/block-style-variations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/block-supports/block-style-variations.php b/lib/block-supports/block-style-variations.php index 3942fed24b98a..b1f3243bfd04d 100644 --- a/lib/block-supports/block-style-variations.php +++ b/lib/block-supports/block-style-variations.php @@ -211,10 +211,10 @@ function gutenberg_render_block_style_variation_support_styles( $parsed_block ) * block attributes in the `render_block_data` filter gets applied to the * block's markup. * - * @see gutenberg_render_block_style_variation_support_styles - * * @since 6.6.0 * + * @see gutenberg_render_block_style_variation_support_styles + * * @param string $block_content Rendered block content. * @param array $block Block object. * From 124a7bcd462c7ae96ab199343aba0868aeb2494d Mon Sep 17 00:00:00 2001 From: shail-mehta Date: Sat, 21 Dec 2024 13:05:49 +0530 Subject: [PATCH 2/2] Added Backport changelog --- backport-changelog/6.8/8032.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backport-changelog/6.8/8032.md diff --git a/backport-changelog/6.8/8032.md b/backport-changelog/6.8/8032.md new file mode 100644 index 0000000000000..4d2ad5fae5a38 --- /dev/null +++ b/backport-changelog/6.8/8032.md @@ -0,0 +1,3 @@ +https://github.com/WordPress/wordpress-develop/pull/8032 + +* https://github.com/WordPress/gutenberg/pull/68003