Changeset 44779
- Timestamp:
- 02/28/2019 12:07:20 PM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r44735 r44779 1645 1645 printf( 1646 1646 __( '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.' ), 1647 admin_url( 'tools.php?wp-privacy-policy-guide=1'),1647 esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ), 1648 1648 'target="_blank"', 1649 1649 sprintf( -
trunk/src/wp-admin/privacy.php
r44778 r44779 183 183 /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ 184 184 __( '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.' ), 185 admin_url( 'tools.php?wp-privacy-policy-guide'),185 esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) ), 186 186 '', 187 187 ''
Note: See TracChangeset
for help on using the changeset viewer.