diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php
index 0a7ae7319c..bf265b8f60 100644
--- a/src/wp-admin/themes.php
+++ b/src/wp-admin/themes.php
@@ -190,7 +190,7 @@ if ( ! $ct->errors() || ( 1 == count( $ct->errors()->get_error_codes() )
if ( file_exists( ABSPATH . "wp-admin/$menu_file" ) ) {
$current_theme_actions[] = "{$item[0]}";
} else {
- $current_theme_actions[] = "{$item[0]}";
+ $current_theme_actions[] = "{$item[0]}";
}
}
}