Make WordPress Core


Ignore:
Timestamp:
02/04/2021 12:04:31 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Update URLs to the Privacy Policy Guide in help tabs.

Follow-up to [50147], [50161].

Props xkon.
See #52430.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/erase-personal-data.php

    r50159 r50181  
    4444    /* translators: 1: URL to Privacy Policy Guide screen. */
    4545    __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Eraser tool. This information may be available in the <a href="%1$s">Privacy Policy Guide</a>.' ),
    46     admin_url( 'privacy-policy-guide.php' )
     46    admin_url( 'options-privacy.php?tab=policyguide' )
    4747) . '</p>';
    4848
Note: See TracChangeset for help on using the changeset viewer.