- Timestamp:
- 02/26/2024 08:33:46 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r55732 r57714 213 213 /* translators: %s: Theme name. */ 214 214 esc_attr( sprintf( _x( 'Activate “%s”', 'theme' ), $title ) ), 215 _ _( 'Activate' )215 _x( 'Activate', 'theme' ) 216 216 ); 217 217
Note: See TracChangeset
for help on using the changeset viewer.