Make WordPress Core

Changeset 43264


Ignore:
Timestamp:
05/14/2018 04:24:08 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.
Merges [43263] to the 4.9 branch.
Fixes #44057.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/includes/misc.php

    r43255 r43264  
    13521352        <div class="policy-text-updated notice notice-warning is-dismissible">
    13531353            <p><?php
    1354                 _e( 'The suggested privacy policy text has changed. Please update your privacy policy.' );
     1354                printf(
     1355                    /* translators: %s: Privacy Policy Guide URL */
     1356                    __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ),
     1357                    esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) )
     1358                );
    13551359            ?></p>
    13561360        </div>
Note: See TracChangeset for help on using the changeset viewer.