mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@50234 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -41,8 +41,8 @@ get_current_screen()->add_help_tab(
|
||||
);
|
||||
|
||||
$privacy_policy_guide = '<p>' . sprintf(
|
||||
/* translators: 1: URL to Privacy Policy Guide screen. */
|
||||
__( '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 Exporter tool. This information may be available in the <a href="%1$s">Privacy Policy Guide</a>.' ),
|
||||
/* translators: %s: URL to Privacy Policy Guide screen. */
|
||||
__( '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 Exporter tool. This information may be available in the <a href="%s">Privacy Policy Guide</a>.' ),
|
||||
admin_url( 'options-privacy.php?tab=policyguide' )
|
||||
) . '</p>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user