mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-23 01:02:45 +00:00
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:
parent
b5f77fb1b2
commit
f8ec8cfe04
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user