Make WordPress Core


Ignore:
Timestamp:
07/03/2023 09:11:14 AM (21 months ago)
Author:
isabel_brison
Message:

Editor: update npm packages with bug fixes and blessed tasks.

Includes miscellaneous bug fixes and enhancements to the Library task (#58579) and to the site vs content editing task (#58641)

Fixes #58701.

File:
1 edited

Legend:

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

    r56086 r56127  
    4848    $wrapper_attributes = get_block_wrapper_attributes(
    4949        array(
    50             'class' => esc_attr( 'wp-social-link wp-social-link-' . $service . block_core_social_link_get_color_classes( $block->context ) ),
    51             'style' => esc_attr( block_core_social_link_get_color_styles( $block->context ) ),
     50            'class' => 'wp-social-link wp-social-link-' . $service . block_core_social_link_get_color_classes( $block->context ),
     51            'style' => block_core_social_link_get_color_styles( $block->context ),
    5252        )
    5353    );
Note: See TracChangeset for help on using the changeset viewer.