diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 87b1b6db7a..9863aa68ae 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -363,8 +363,8 @@ if ( ! empty( $_GET['search'] ) ) { */ foreach ( $themes as $theme ) : - $aria_action = esc_attr( $theme['id'] . '-action' ); - $aria_name = esc_attr( $theme['id'] . '-name' ); + $aria_action = $theme['id'] . '-action'; + $aria_name = $theme['id'] . '-name'; $active_class = ''; if ( $theme['active'] ) { @@ -374,7 +374,7 @@ foreach ( $themes as $theme ) :