Make WordPress Core


Ignore:
Timestamp:
02/21/2021 04:02:47 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Remove extra spaces from translatable strings in Privacy help tabs.

Follow-up to [50147].

Props tobifjellner.
Fixes #52583.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/erase-personal-data.php

    r50234 r50398  
    5353        'content' =>
    5454                    '<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>' .
    55                     '<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>' .
     55                    '<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>' .
    5656                    $privacy_policy_guide,
    5757    )
Note: See TracChangeset for help on using the changeset viewer.