Changeset 50398 for trunk/src/wp-admin/erase-personal-data.php
- Timestamp:
- 02/21/2021 04:02:47 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/erase-personal-data.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/erase-personal-data.php
r50234 r50398 53 53 'content' => 54 54 '<p>' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Erase Personal Data request should delete data from plugins as well.' ) . '</p>' . 55 '<p>' . __( 'Plugin authors can <a href="https://developer.wordpress.org/plugins/privacy/adding-the-personal-data-eraser-to-your-plugin/" target= _blank">learn more about how to add support for the Personal Data Eraser to a plugin here</a>.' ) . '</p>' .55 '<p>' . __( 'Plugin authors can <a href="https://developer.wordpress.org/plugins/privacy/adding-the-personal-data-eraser-to-your-plugin/" target="_blank">learn more about how to add support for the Personal Data Eraser to a plugin here</a>.' ) . '</p>' . 56 56 $privacy_policy_guide, 57 57 )
Note: See TracChangeset
for help on using the changeset viewer.