summaryrefslogtreecommitdiffstats
path: root/wp-admin/erase-personal-data.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/erase-personal-data.php')
-rw-r--r--wp-admin/erase-personal-data.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/erase-personal-data.php b/wp-admin/erase-personal-data.php
index 9a17c2b..c96d80a 100644
--- a/wp-admin/erase-personal-data.php
+++ b/wp-admin/erase-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 Erase Personal Data request should delete data from plugins as well.' ) . '</p>' .
- '<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>' .
- $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-eraser-to-your-plugin/">how to add the Personal Data Eraser to a plugin</a>.' ) . '</p>',
)
);