Ticket #60097: 60097.3.diff
File 60097.3.diff, 4.3 KB (added by , 6 months ago) |
---|
-
src/wp-admin/erase-personal-data.php
55 55 'title' => __( 'Plugin Data' ), 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 '<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,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>', 60 60 ) 61 61 ); 62 62 -
src/wp-admin/export-personal-data.php
55 55 'title' => __( 'Plugin Data' ), 56 56 'content' => 57 57 '<p>' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Export Personal Data request should include data from plugins as well.' ) . '</p>' . 58 '<p>' . __( 'Plugin authors can <a href="https://developer.wordpress.org/plugins/privacy/adding-the-personal-data-exporter-to-your-plugin/" target="_blank">learn more about how to add the Personal Data Exporter to a plugin here</a>.' ) . '</p>'.59 $privacy_policy_guide,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-exporter-to-your-plugin/">how to add the Personal Data Exporter to a plugin</a>.' ) . '</p>', 60 60 ) 61 61 ); 62 62