diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 3b08eeb27e..ebf601d390 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -191,7 +191,7 @@ foreach ( $cols as $col => $theme_name ) { $actions[] = '' . __('Activate') . ''; $actions[] = '' . __('Preview') . ''; if ( current_user_can('update_themes') ) - $actions[] = '' . __('Delete') . ''; + $actions[] = '' . __('Delete') . ''; $actions = apply_filters('theme_action_links', $actions, $themes[$theme_name]); $actions = implode ( ' | ', $actions );