diff --git a/src/View/Shortcodes/EmbedShortcodeProvider.php b/src/View/Shortcodes/EmbedShortcodeProvider.php index 07c043b63..2e7c59149 100644 --- a/src/View/Shortcodes/EmbedShortcodeProvider.php +++ b/src/View/Shortcodes/EmbedShortcodeProvider.php @@ -257,7 +257,6 @@ class EmbedShortcodeProvider implements ShortcodeHandler /** * Build a list of HTML attributes from embed arguments - used to preserve backward compatibility * - * @deprecated 4.5.0 Use {$Arguments.name} directly in shortcode templates to access argument values * @param array $arguments List of embed arguments * @param array $exclude List of attribute names to exclude from the resulting list * @return ArrayList