Changeset 56710 for trunk/src/wp-includes/blocks/navigation-submenu.php
- Timestamp:
- 09/26/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/navigation-submenu.php
r56098 r56710 4 4 * 5 5 * @package WordPress 6 */7 8 /**9 * Build an array with CSS classes and inline styles defining the colors10 * which will be applied to the navigation markup in the front-end.11 *12 * @param array $context Navigation block context.13 * @param array $attributes Block attributes.14 * @param bool $is_sub_menu Whether the block is a sub-menu.15 * @return array Colors CSS classes and inline styles.16 6 */ 17 7
Note: See TracChangeset
for help on using the changeset viewer.