From f91990d0e225444a6266f2a00ed99d2d5ceeee5d Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Sat, 21 Dec 2024 14:11:42 +0530 Subject: [PATCH] Updated @since Doc Order in Inline documentation (#68003) * Updated documentation order * Added Backport changelog Co-authored-by: shail-mehta Co-authored-by: t-hamano --- backport-changelog/6.8/8032.md | 3 +++ lib/block-supports/block-style-variations.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 00000000000000..4d2ad5fae5a382 --- /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 diff --git a/lib/block-supports/block-style-variations.php b/lib/block-supports/block-style-variations.php index 3942fed24b98a8..b1f3243bfd04d1 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. *