- Timestamp:
- 09/10/2021 02:47:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r51735 r51795 722 722 if ( $theme->get( 'ThemeURI' ) ) { 723 723 /* translators: %s: Theme name. */ 724 $aria_label = sprintf( __( 'Visit %s homepage' ), $theme->display( 'Name' ) );724 $aria_label = sprintf( __( 'Visit theme site for %s' ), $theme->display( 'Name' ) ); 725 725 726 726 $theme_meta[] = sprintf(
Note: See TracChangeset
for help on using the changeset viewer.