Privacy: Use a consistent URL for Privacy Policy guide.
Props garrett-eclipse, mukesh27, birgire, desrosj. Fixes #44876. git-svn-id: https://develop.svn.wordpress.org/trunk@44971 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e987281597
commit
864c3f07df
@ -182,7 +182,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
printf(
|
||||
/* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */
|
||||
__( '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.' ),
|
||||
esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) ),
|
||||
esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ),
|
||||
'',
|
||||
''
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user