Make WordPress Core


Ignore:
Timestamp:
02/21/2021 04:02:47 PM (4 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/export-personal-data.php

    r50234 r50398  
    3636                    '<p>' . __( '<strong>Community Events Location</strong> &mdash; The IP Address of the user used for the Upcoming Community Events shown in the dashboard widget.' ) . '</p>' .
    3737                    '<p>' . __( '<strong>Session Tokens</strong> &mdash; User login information, IP Addresses, Expiration Date, User Agent (Browser/OS), and Last Login.' ) . '</p>' .
    38                     '<p>' . __( '<strong>Comments</strong> &mdash; For any comments made by the user, Email Address, IP Address, User Agent (Browser/OS), Date/Time, Comment Content, and Content URL. ' ) . '</p>' .
     38                    '<p>' . __( '<strong>Comments</strong> &mdash; For any comments made by the user, Email Address, IP Address, User Agent (Browser/OS), Date/Time, Comment Content, and Content URL.' ) . '</p>' .
    3939                    '<p>' . __( '<strong>Media</strong> &mdash; A list of URLs for all media file uploads made by the user.' ) . '</p>',
    4040    )
     
    5353        'content' =>
    5454                    '<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>' .
    55                     '<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>' .
     55                    '<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>' .
    5656                    $privacy_policy_guide,
    5757    )
Note: See TracChangeset for help on using the changeset viewer.