Make WordPress Core

Changeset 43263


Ignore:
Timestamp:
05/14/2018 04:20:53 PM (7 years ago)
Author:
azaozz
Message:

Privacy: fix the "Privacy Policy Guide updated" message and add a link to the guide.

Props birgire, azaozz.
Fixes #44057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r43261 r43263  
    13991399        <div class="policy-text-updated notice notice-warning">
    14001400            <p><?php
    1401                 _e( 'The suggested privacy policy text has changed. Please update your privacy policy.' );
     1401                printf(
     1402                    /* translators: %s: Privacy Policy Guide URL */
     1403                    __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ),
     1404                    esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) )
     1405                );
    14021406            ?></p>
    14031407        </div>
Note: See TracChangeset for help on using the changeset viewer.