mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
I18N: Remove extra spaces from translatable strings in Privacy help tabs.
Follow-up to [50147]. Props tobifjellner. Fixes #52583. git-svn-id: https://develop.svn.wordpress.org/trunk@50398 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -52,7 +52,7 @@ 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>' . __( '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>' .
|
||||
'<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>' .
|
||||
$privacy_policy_guide,
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user