diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php
index e8d92b7d05..7b72cfd39d 100644
a
|
b
|
final class WP_Privacy_Policy_Content { |
1612 | 1612 | /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ |
1613 | 1613 | printf( |
1614 | 1614 | __( '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.' ), |
1615 | | admin_url( 'tools.php?wp-privacy-policy-guide=1' ), |
| 1615 | esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ), |
1616 | 1616 | 'target="_blank"', |
1617 | 1617 | sprintf( |
1618 | 1618 | '<span class="screen-reader-text"> %s</span>', |