From e412ea2e6b5a825981287b79bb6fce7cebdceb21 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 30 Jul 2017 14:52:44 +0000 Subject: [PATCH] Docs: Replace HTTP links to stackoverflow.com in DocBlocks with HTTPS. Update the Nginx "Missing (disappearing) HTTP Headers" link. Props johnpgreen. Fixes #41331. Built from https://develop.svn.wordpress.org/trunk@41189 git-svn-id: http://core.svn.wordpress.org/trunk@41029 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-community-events.php | 2 +- wp-includes/rest-api/class-wp-rest-request.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/class-wp-community-events.php b/wp-admin/includes/class-wp-community-events.php index 7456da574c..2eda6a0834 100644 --- a/wp-admin/includes/class-wp-community-events.php +++ b/wp-admin/includes/class-wp-community-events.php @@ -218,7 +218,7 @@ class WP_Community_Events { * a proxy. In those cases, $_SERVER['REMOTE_ADDR'] is set to the proxy address rather * than the user's actual address. * - * Modified from http://stackoverflow.com/a/2031935/450127, MIT license. + * Modified from https://stackoverflow.com/a/2031935/450127, MIT license. * Modified from https://github.com/geertw/php-ip-anonymizer, MIT license. * * SECURITY WARNING: This function is _NOT_ intended to be used in diff --git a/wp-includes/rest-api/class-wp-rest-request.php b/wp-includes/rest-api/class-wp-rest-request.php index 0f615cb0dc..f9c6317896 100644 --- a/wp-includes/rest-api/class-wp-rest-request.php +++ b/wp-includes/rest-api/class-wp-rest-request.php @@ -169,8 +169,8 @@ class WP_REST_Request implements ArrayAccess { * Note that we treat `-` (dashes) and `_` (underscores) as the same * character, as per header parsing rules in both Apache and nginx. * - * @link http://stackoverflow.com/q/18185366 - * @link http://wiki.nginx.org/Pitfalls#Missing_.28disappearing.29_HTTP_headers + * @link https://stackoverflow.com/q/18185366 + * @link https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/#missing-disappearing-http-headers * @link https://nginx.org/en/docs/http/ngx_http_core_module.html#underscores_in_headers * * @since 4.4.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index 7acdfcc30d..0ca846add7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41188'; +$wp_version = '4.9-alpha-41189'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.