Changeset 43206 for trunk/src/wp-admin/privacy.php
- Timestamp:
- 05/09/2018 11:11:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r43203 r43206 142 142 <?php 143 143 144 /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ 144 145 printf( 145 __( '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.' ), 146 '<a href="' . admin_url( 'tools.php?wp-privacy-policy-guide' ) . '">' . __( 'Check out our guide' ) . '</a>' 146 __( '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.' ), 147 admin_url( 'tools.php?wp-privacy-policy-guide' ), 148 '', 149 '' 147 150 ); 148 151
Note: See TracChangeset
for help on using the changeset viewer.