From f0789b64238a97adc3ce0c9b8cdf33c1753f550c Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 16 Feb 2023 23:11:28 +0000 Subject: [PATCH] Docs: Replace HTTP with HTTPS in PHP Manual links located in `WP_Privacy_Policy_Content` class. Follow-up to [55355]. See #56792, #57017. Built from https://develop.svn.wordpress.org/trunk@55356 git-svn-id: http://core.svn.wordpress.org/trunk@54889 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-privacy-policy-content.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-privacy-policy-content.php b/wp-admin/includes/class-wp-privacy-policy-content.php index b2f7517c6a..b4410119cd 100644 --- a/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/wp-admin/includes/class-wp-privacy-policy-content.php @@ -104,7 +104,7 @@ final class WP_Privacy_Policy_Content { sort( $new ); // The == operator (equal, not identical) was used intentionally. - // See http://php.net/manual/en/language.operators.array.php + // See https://php.net/manual/en/language.operators.array.php if ( $new != $old ) { // A plugin was activated or deactivated, or some policy text has changed. // Show a notice on the relevant screens to inform the admin. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6dec403dc3..c172abf486 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta2-55355'; +$wp_version = '6.2-beta2-55356'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.