Changeset 43207 for branches/4.9/src/wp-admin/includes/misc.php
- Timestamp:
- 05/09/2018 11:13:35 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/misc.php
r43204 r43207 1507 1507 <p> 1508 1508 <?php 1509 /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ 1509 1510 printf( 1510 __( 'Need help putting together your new Privacy Policy page? %s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), 1511 '<a href="' . admin_url( 'tools.php?wp-privacy-policy-guide=1' ) . '" target="_blank">' . __( 'Check out our guide' ) . '</a>' ); 1511 __( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), 1512 admin_url( 'tools.php?wp-privacy-policy-guide=1' ), 1513 'target="_blank"', 1514 sprintf( 1515 '<span class="screen-reader-text"> %s</span>', 1516 /* translators: accessibility text */ 1517 __( '(opens in a new tab)' ) 1518 ) 1519 ); 1512 1520 ?> 1513 1521 </p>
Note: See TracChangeset
for help on using the changeset viewer.