Plugin Updates
This commit is contained in:
@@ -212,7 +212,7 @@ class WP_Themes_List_Table extends WP_List_Table {
|
||||
$activate_link,
|
||||
/* translators: %s: Theme name. */
|
||||
esc_attr( sprintf( _x( 'Activate “%s”', 'theme' ), $title ) ),
|
||||
__( 'Activate' )
|
||||
_x( 'Activate', 'theme' )
|
||||
);
|
||||
|
||||
if ( current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user