Changeset 52766 for branches/5.9/src/wp-includes/blocks/site-title.php
- Timestamp:
- 02/17/2022 07:40:17 PM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/blocks/site-title.php
r52042 r52766 36 36 if ( '_blank' === $attributes['linkTarget'] ) { 37 37 $link_attrs[] = 'target="_blank"'; 38 $link_attrs[] = 'aria-label="' . esc_attr__( '(opens in a new tab)' ) . '"';39 38 } 40 39 $site_title = sprintf( '<a %1$s>%2$s</a>', implode( ' ', $link_attrs ), $site_title );
Note: See TracChangeset
for help on using the changeset viewer.