diff options
Diffstat (limited to 'wp-admin/export-personal-data.php')
-rw-r--r-- | wp-admin/export-personal-data.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/export-personal-data.php b/wp-admin/export-personal-data.php index 2eedd90..64b9653 100644 --- a/wp-admin/export-personal-data.php +++ b/wp-admin/export-personal-data.php @@ -55,8 +55,8 @@ get_current_screen()->add_help_tab( 'title' => __( 'Plugin Data' ), 'content' => '<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>' . - '<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>' . - $privacy_policy_guide, + $privacy_policy_guide . + '<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>', ) ); |