From 3a80af916ca84e08537a4f5191ba5dbf09c343b4 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Wed, 13 May 2026 14:19:29 +1000 Subject: [PATCH] Update example IP address --- src/wp-includes/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/http.php b/src/wp-includes/http.php index 8280f424934dd..714cc6da5cb03 100644 --- a/src/wp-includes/http.php +++ b/src/wp-includes/http.php @@ -548,7 +548,7 @@ function send_origin_headers() { * * - `http://192.168.0.1/caniload.php` - IP address from LAN network. * This can be changed with the {@see 'http_request_host_is_external'} filter. - * - `http://198.143.164.252:81/caniload.php` - By default, only ports 80, 443, and 8080 are allowed. + * - `http://198.51.100.50:81/caniload.php` - By default, only ports 80, 443, and 8080 are allowed. * This can be changed with the {@see 'http_allowed_safe_ports'} filter. * * @since 3.5.2