Make WordPress Core


Ignore:
Timestamp:
09/26/2023 02:20:18 PM (3 years ago)
Author:
karmatosed
Message:

Update editor related npm packages

The npm packages needed updating for 6.4 to the latest.

Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski

Fixes #59411

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/navigation-submenu.php

    r56098 r56710  
    44 *
    55 * @package WordPress
    6  */
    7 
    8 /**
    9  * Build an array with CSS classes and inline styles defining the colors
    10  * 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.
    166 */
    177
Note: See TracChangeset for help on using the changeset viewer.