From 9f4c2fcbaeaaf99820e9a865f193215f3e6de684 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
' . __( 'Try again' ) . '' ); + wp_die( $api->get_error_message() . '
' . __( 'Try Again' ) . '' ); } $this->items = $api->themes; diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index ebb1c4bbfa..cab6ab8101 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -272,7 +272,7 @@ switch ( $step ) { $install .= '?language=en_US'; } - $tryagain_link = '
' . __( 'Try again' ) . ''; + $tryagain_link = '
' . __( 'Try Again' ) . ''; if ( empty( $prefix ) ) { wp_die( __( 'ERROR: "Table Prefix" must not be empty.' ) . $tryagain_link ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ff1ed7686e..a081c60c6e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45432'; +$wp_version = '5.3-alpha-45433'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.