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
This commit is contained in:
parent
5fd4961a97
commit
f0789b6423
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue