diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 043fe6ac31..03c12c8fe6 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -555,6 +555,7 @@ function themes_api( $action, $args = array() ) { } $http_args = array( + 'timeout' => 15, 'user-agent' => 'WordPress/' . $wp_version . '; ' . home_url( '/' ), ); $request = wp_remote_get( $url, $http_args ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 443bc97212..31ba8e04cb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55187'; +$wp_version = '6.2-alpha-55188'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.