From 948ac383ad29ae9ea7098bf642998efb86caadae Mon Sep 17 00:00:00 2001 From: ramon Date: Fri, 30 Jun 2023 15:12:52 +1000 Subject: [PATCH] block_core_navigation_submenu_build_css_colors was removed in https://github.com/WordPress/gutenberg/pull/48936 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 ee8b0e789dd24..2ae23a92b69c4 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.