Skip to content

Commit c8a0bdf

Browse files
Simplifying context
Co-authored-by: Aaron Jorbin <aaronjorbin@users.noreply.github.com>
1 parent 0ce4720 commit c8a0bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/class-wp-theme-install-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public function single_row( $theme ) {
345345
'<a class="install-theme-preview" href="%s" aria-label="%s">%s</a>',
346346
esc_url( $preview_url ),
347347
esc_attr( $preview_title ),
348-
_x( 'Preview', 'verb, theme row action to preview a theme' )
348+
_x( 'Preview', 'verb' )
349349
);
350350

351351
/**

0 commit comments

Comments
 (0)