Changeset 48520 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 07/20/2020 11:12:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r48316 r48520 510 510 'class="update-link" aria-label="%s"', 511 511 /* translators: %s: Plugin name. */ 512 esc_attr( sprintf( _ _( 'Update %s now' ), $plugin_name ) )512 esc_attr( sprintf( _x( 'Update %s now', 'plugin' ), $plugin_name ) ) 513 513 ) 514 514 ); … … 695 695 'class="update-link" aria-label="%s"', 696 696 /* translators: %s: Theme name. */ 697 esc_attr( sprintf( _ _( 'Update %s now' ), $theme['Name'] ) )697 esc_attr( sprintf( _x( 'Update %s now', 'theme' ), $theme['Name'] ) ) 698 698 ) 699 699 );
Note: See TracChangeset
for help on using the changeset viewer.