Ticket #44876: 44876.2.diff
File 44876.2.diff, 702 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/privacy.php
182 182 printf( 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 esc_url( admin_url( 'tools.php?wp-privacy-policy-guide ' ) ),185 esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ), 186 186 '', 187 187 '' 188 188 );