Make WordPress Core

Changeset 55356


Ignore:
Timestamp:
02/16/2023 11:09:54 PM (19 months ago)
Author:
audrasjb
Message:

Docs: Replace HTTP with HTTPS in PHP Manual links located in WP_Privacy_Policy_Content class.

Follow-up to [55355].

See #56792, #57017.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php

    r55276 r55356  
    105105
    106106        // The == operator (equal, not identical) was used intentionally.
    107         // See http://php.net/manual/en/language.operators.array.php
     107        // See https://php.net/manual/en/language.operators.array.php
    108108        if ( $new != $old ) {
    109109            // A plugin was activated or deactivated, or some policy text has changed.
Note: See TracChangeset for help on using the changeset viewer.