Make WordPress Core


Ignore:
Timestamp:
10/12/2023 01:55:27 PM (21 months ago)
Author:
hellofromTonya
Message:

Editor: Update npm packages ahead of 6.4 RC1.

Updates the npm packages and code for:

References:

Follow-up to [56818], [56816].

Props ellatrix, peterwilsoncc, jsnajdr, afercia, gziolo, isabel_brison, artemiosans, richtabor, bernhard-reiter, flixos90, mikachan, spacedmonkey, hellofromTonya.
See #59583, #59411.

File:
1 edited

Legend:

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

    r56710 r56849  
    282282 * @param array  $button_styles  Current collection of button styles.
    283283 * @param array  $input_styles   Current collection of input styles.
    284  *
    285  * @return void
    286284 */
    287285function apply_block_core_search_border_style( $attributes, $property, $side, &$wrapper_styles, &$button_styles, &$input_styles ) {
     
    328326 * @param array  $button_styles  Current collection of button styles.
    329327 * @param array  $input_styles   Current collection of input styles.
    330  *
    331  * @return void
    332328 */
    333329function apply_block_core_search_border_styles( $attributes, $property, &$wrapper_styles, &$button_styles, &$input_styles ) {
Note: See TracChangeset for help on using the changeset viewer.