From 489acfc57e53a7439943db8971154c0d7df2a82b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 2 May 2018 01:57:44 +0000 Subject: [PATCH] I18N: Use consistent pattern for placeholder references in translator comments in `wp-admin/privacy.php`. See #43435. git-svn-id: https://develop.svn.wordpress.org/trunk@43091 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/privacy.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php index c87c68f48a..e16db91fb7 100644 --- a/src/wp-admin/privacy.php +++ b/src/wp-admin/privacy.php @@ -29,7 +29,7 @@ if ( ! empty( $action ) ) { 'page_for_privacy_policy', 'page_for_privacy_policy', sprintf( - // translators: URL to Customizer -> Menus + /* translators: %s: URL to Customizer -> Menus */ __( 'Privacy policy page updated successfully. Remember to update your menus!' ), 'customize.php?autofocus[panel]=nav_menus' ), @@ -65,7 +65,7 @@ if ( ! empty( $action ) ) { 'page_for_privacy_policy', 'page_for_privacy_policy', sprintf( - // translators: URL to edit Privacy Policy page + /* translators: %s: URL to edit Privacy Policy page */ __( 'Your Privacy Policy page created successfully. You’ll want to review and edit your policy next.' ), 'post.php?post=' . $privacy_policy_page_id . '&action=edit' ), @@ -96,7 +96,7 @@ if ( ! empty( $privacy_policy_page_id ) ) { 'page_for_privacy_policy', 'page_for_privacy_policy', sprintf( - // translators: URL to Pages Trash. + /* translators: URL to Pages Trash */ __( 'The currently selected privacy policy page is in the trash. Please create or select new privacy policy page or restore the current page.' ), 'edit.php?post_status=trash&post_type=page' ), @@ -153,7 +153,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );

Edit or view your privacy policy page content.' ), $edit_href, $view_href