- Timestamp:
- 04/13/2021 05:36:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r49675 r50705 246 246 247 247 $table = '<table class="update-from-upload-comparison"><tbody>'; 248 $table .= '<tr><th></th><th>' . esc_html ( __( 'Current' ) ) . '</th><th>' . esc_html( __( 'Uploaded' )) . '</th></tr>';248 $table .= '<tr><th></th><th>' . esc_html_x( 'Current', 'theme' ) . '</th><th>' . esc_html_x( 'Uploaded', 'theme' ) . '</th></tr>'; 249 249 250 250 $is_same_theme = true; // Let's consider only these rows. … … 346 346 '<a class="button button-primary update-from-upload-overwrite" href="%s" target="_parent">%s</a>', 347 347 wp_nonce_url( add_query_arg( 'overwrite', $overwrite, $this->url ), 'theme-upload' ), 348 _ _( 'Replace current with uploaded' )348 _x( 'Replace current with uploaded', 'theme' ) 349 349 ); 350 350 } else {
Note: See TracChangeset
for help on using the changeset viewer.