Make WordPress Core

Changeset 43091


Ignore:
Timestamp:
05/02/2018 01:57:44 AM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use consistent pattern for placeholder references in translator comments in wp-admin/privacy.php.

See #43435.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r43053 r43091  
    3030            'page_for_privacy_policy',
    3131            sprintf(
    32                 // translators: URL to Customizer -> Menus
     32                /* translators: %s: URL to Customizer -> Menus */
    3333                __( 'Privacy policy page updated successfully. Remember to <a href="%s">update your menus</a>!' ),
    3434                'customize.php?autofocus[panel]=nav_menus'
     
    6666                'page_for_privacy_policy',
    6767                sprintf(
    68                     // translators: URL to edit Privacy Policy page
     68                    /* translators: %s: URL to edit Privacy Policy page */
    6969                    __( 'Your Privacy Policy page created successfully. You&#8217;ll want to <a href="%s">review and edit your policy</a> next.' ),
    7070                    'post.php?post=' . $privacy_policy_page_id . '&action=edit'
     
    9797                'page_for_privacy_policy',
    9898                sprintf(
    99                     // translators: URL to Pages Trash.
     99                    /* translators: URL to Pages Trash */
    100100                    __( 'The currently selected privacy policy page is in the trash. Please create or select new privacy policy page or <a href="%s">restore the current page</a>.' ),
    101101                    'edit.php?post_status=trash&post_type=page'
     
    154154            <?php
    155155            printf(
    156                 // translators: %1$s URL to Edit Page, %2$s URL to View Page
     156                /* translators: 1: URL to edit page, 2: URL to view page */
    157157                __( '<a href="%1$s">Edit</a> or <a href="%2$s">view</a> your privacy policy page content.' ),
    158158                $edit_href,
Note: See TracChangeset for help on using the changeset viewer.