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.