diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index 4f0ba2ad66..cd3a607ea9 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -221,15 +221,14 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; // and to ensure tags are translated. $feature_list = get_theme_feature_list( false ); - foreach ( $feature_list as $feature_name => $features ) { + foreach ( $feature_list as $feature_group => $features ) { echo '
'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 0b956e542e..8572d81edd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51922'; +$wp_version = '5.9-alpha-51923'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.