Make WordPress Core


Ignore:
Timestamp:
03/14/2023 04:31:11 PM (23 months ago)
Author:
hellofromTonya
Message:

Editor: Update @wordpress packages for 6.2 RC2.

Updates the @wordpress packages to include the following changes:

References:

Follow-up to [55496].

Props mamaduka, tobifjellner, davidbaumwald, costdev, audrasjb, hellofromTonya.
Reviewed by SergeyBiryukov.
Merges [55542] to the 6.2 branch.
See #57471.
Fixes #57895.

Location:
branches/6.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2

  • branches/6.2/src/wp-includes/blocks/navigation-link.php

    r55475 r55548  
    174174    }
    175175
    176     $colors          = block_core_navigation_link_build_css_colors( $block->context, $attributes );
    177176    $font_sizes      = block_core_navigation_link_build_css_font_sizes( $block->context );
    178177    $classes         = array_merge(
    179         $colors['css_classes'],
    180178        $font_sizes['css_classes']
    181179    );
    182     $style_attribute = ( $colors['inline_styles'] . $font_sizes['inline_styles'] );
     180    $style_attribute = $font_sizes['inline_styles'];
    183181
    184182    $css_classes = trim( implode( ' ', $classes ) );
Note: See TracChangeset for help on using the changeset viewer.