From 5d2fd622260f09236cb30f3e9eb106976d3b4a16 Mon Sep 17 00:00:00 2001 From: Ramon Date: Fri, 30 Jun 2023 16:48:34 +1000 Subject: [PATCH] block_core_navigation_submenu_build_css_colors was removed in https://github.com/WordPress/gutenberg/pull/48936 (#52152) The doc block wasn't --- .../block-library/src/navigation-submenu/index.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/block-library/src/navigation-submenu/index.php b/packages/block-library/src/navigation-submenu/index.php index ee8b0e789dd24c..2ae23a92b69c45 100644 --- a/packages/block-library/src/navigation-submenu/index.php +++ b/packages/block-library/src/navigation-submenu/index.php @@ -5,16 +5,6 @@ * @package WordPress */ -/** - * Build an array with CSS classes and inline styles defining the colors - * which will be applied to the navigation markup in the front-end. - * - * @param array $context Navigation block context. - * @param array $attributes Block attributes. - * @param bool $is_sub_menu Whether the block is a sub-menu. - * @return array Colors CSS classes and inline styles. - */ - /** * Build an array with CSS classes and inline styles defining the font sizes * which will be applied to the navigation markup in the front-end.