Make WordPress Core


Ignore:
Timestamp:
02/07/2021 12:42:06 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders.

Adjust some newly introduced strings to remove unnecessary numbered placeholders for consistency.

Follow-up to [42827].

See #51800.

File:
1 edited

Legend:

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

    r50181 r50234  
    4242
    4343$privacy_policy_guide = '<p>' . sprintf(
    44     /* translators: 1: URL to Privacy Policy Guide screen. */
    45     __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Eraser tool. This information may be available in the <a href="%1$s">Privacy Policy Guide</a>.' ),
     44    /* translators: %s: URL to Privacy Policy Guide screen. */
     45    __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Eraser tool. This information may be available in the <a href="%s">Privacy Policy Guide</a>.' ),
    4646    admin_url( 'options-privacy.php?tab=policyguide' )
    4747) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.