Changeset 58020 for branches/6.5/src/wp-admin/erase-personal-data.php
- Timestamp:
- 04/17/2024 08:10:54 PM (2 years ago)
- File:
-
- 1 edited
-
branches/6.5/src/wp-admin/erase-personal-data.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5/src/wp-admin/erase-personal-data.php
r58018 r58020 56 56 'content' => 57 57 '<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>' . 58 $privacy_policy_guide.59 '<p>' . __( 'If you are a plugin author, you can learn more about <a href="https://developer.wordpress.org/plugins/privacy/adding-the-personal-data-eraser-to-your-plugin/">how to add the Personal Data Eraser to a plugin</a>.' ) . '</p>',58 '<p>' . __( 'If you are a plugin author, you 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>' . 59 $privacy_policy_guide, 60 60 ) 61 61 );
Note: See TracChangeset
for help on using the changeset viewer.