diff --git a/wp-admin/themes.php b/wp-admin/themes.php
index 53bb1049a7..485c7674c3 100644
--- a/wp-admin/themes.php
+++ b/wp-admin/themes.php
@@ -377,7 +377,7 @@ foreach ( $themes as $theme ) :
true ) );
-if ( ! is_multisite() && current_user_can( 'edit_themes' ) && $broken_themes ) {
+if ( ! is_multisite() && $broken_themes ) {
?>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9f3affe522..7bc6ddb21a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.5-alpha-47509';
+$wp_version = '5.5-alpha-47510';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.