Changeset 50181 for trunk/src/wp-admin/erase-personal-data.php
- Timestamp:
- 02/04/2021 12:04:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/erase-personal-data.php
r50159 r50181 44 44 /* translators: 1: URL to Privacy Policy Guide screen. */ 45 45 __( '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' ) 47 47 ) . '</p>'; 48 48
Note: See TracChangeset
for help on using the changeset viewer.