Changeset 38071 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 07/16/2016 11:19:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r38057 r38071 251 251 <?php 252 252 /* translators: %s: Theme name */ 253 $aria_label = sprintf( _ _( 'Activate %s' ), '{{ data.name }}' );253 $aria_label = sprintf( _x( 'Activate %s', 'theme' ), '{{ data.name }}' ); 254 254 ?> 255 255 <# if ( data.activate_url ) { #>
Note: See TracChangeset
for help on using the changeset viewer.