From 8585de22e8591b3b4db42f8441b1fd4242d36af1 Mon Sep 17 00:00:00 2001 From: Dean Sas Date: Mon, 29 Jan 2024 13:56:19 +0000 Subject: [PATCH] Update docblock for render_block_core_pattern (#58382) --- packages/block-library/src/pattern/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/block-library/src/pattern/index.php b/packages/block-library/src/pattern/index.php index 70c389e4ec8dbe..9a4d4c01b5bcd6 100644 --- a/packages/block-library/src/pattern/index.php +++ b/packages/block-library/src/pattern/index.php @@ -22,6 +22,8 @@ function register_block_core_pattern() { * * @since 6.3.0 Backwards compatibility: blocks with no `syncStatus` attribute do not receive block wrapper. * + * @global WP_Embed $wp_embed Used to process embedded content within patterns + * * @param array $attributes Block attributes. * * @return string Returns the output of the pattern.