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
This commit is contained in:
Jb Audras 2023-02-16 23:09:54 +00:00
parent b5f77fb1b2
commit f8ec8cfe04

View File

@ -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.