From f8ec8cfe043fdc4fe0dc53044d6ab7a4e927a6cd Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 16 Feb 2023 23:09:54 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@55356 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-privacy-policy-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-privacy-policy-content.php b/src/wp-admin/includes/class-wp-privacy-policy-content.php index b2f7517c6a..b4410119cd 100644 --- a/src/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/src/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.