Changeset 43091
- Timestamp:
- 05/02/2018 01:57:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r43053 r43091 30 30 'page_for_privacy_policy', 31 31 sprintf( 32 / / translators: URL to Customizer -> Menus32 /* translators: %s: URL to Customizer -> Menus */ 33 33 __( 'Privacy policy page updated successfully. Remember to <a href="%s">update your menus</a>!' ), 34 34 'customize.php?autofocus[panel]=nav_menus' … … 66 66 'page_for_privacy_policy', 67 67 sprintf( 68 / / translators: URL to edit Privacy Policy page68 /* translators: %s: URL to edit Privacy Policy page */ 69 69 __( 'Your Privacy Policy page created successfully. You’ll want to <a href="%s">review and edit your policy</a> next.' ), 70 70 'post.php?post=' . $privacy_policy_page_id . '&action=edit' … … 97 97 'page_for_privacy_policy', 98 98 sprintf( 99 / / translators: URL to Pages Trash.99 /* translators: URL to Pages Trash */ 100 100 __( '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>.' ), 101 101 'edit.php?post_status=trash&post_type=page' … … 154 154 <?php 155 155 printf( 156 / / translators: %1$s URL to Edit Page, %2$s URL to View Page156 /* translators: 1: URL to edit page, 2: URL to view page */ 157 157 __( '<a href="%1$s">Edit</a> or <a href="%2$s">view</a> your privacy policy page content.' ), 158 158 $edit_href,
Note: See TracChangeset
for help on using the changeset viewer.