Make WordPress Core


Ignore:
Timestamp:
06/01/2021 08:07:07 AM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Update packages and backport the latest Gutenberg fixes.

This includes the following fixes:

Props nosolosw, noisysocks.
See #52991.

File:
1 edited

Legend:

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

    r50824 r51051  
    2222    $label   = ( isset( $attributes['label'] ) ) ? $attributes['label'] : sprintf(
    2323        /* translators: %1$s: Social-network name. %2$s: URL. */
    24         __( '%1$s: %2$s', 'gutenberg' ),
     24        __( '%1$s: %2$s' ),
    2525        block_core_social_link_get_name( $service ),
    2626        $url
Note: See TracChangeset for help on using the changeset viewer.