diff --git a/wp-includes/http.php b/wp-includes/http.php index fda090c4e8..36814e7f89 100644 --- a/wp-includes/http.php +++ b/wp-includes/http.php @@ -535,7 +535,7 @@ function send_origin_headers() { * - ftp://example.com/caniload.php - Invalid protocol - only http and https are allowed. * - http:///example.com/caniload.php - Malformed URL. * - http://user:pass@example.com/caniload.php - Login information. - * - http://exampleeeee.com/caniload.php - Invalid hostname, as the IP cannot be looked up in DNS. + * - http://example.invalid/caniload.php - Invalid hostname, as the IP cannot be looked up in DNS. * * Examples of URLs that are considered unsafe by default: * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f8bca930a..43812e5021 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-RC1-59296'; +$wp_version = '6.7-RC1-59297'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.