Changeset 51051 for trunk/src/wp-includes/blocks/social-link.php
- Timestamp:
- 06/01/2021 08:07:07 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/social-link.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/social-link.php
r50824 r51051 22 22 $label = ( isset( $attributes['label'] ) ) ? $attributes['label'] : sprintf( 23 23 /* translators: %1$s: Social-network name. %2$s: URL. */ 24 __( '%1$s: %2$s' , 'gutenberg'),24 __( '%1$s: %2$s' ), 25 25 block_core_social_link_get_name( $service ), 26 26 $url
Note: See TracChangeset
for help on using the changeset viewer.