diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php
index 8a3be10..9698582 100644
a
|
b
|
final class WP_Privacy_Policy_Content { |
1460 | 1460 | printf( |
1461 | 1461 | /* translators: %s: Privacy Policy Guide URL */ |
1462 | 1462 | __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ), |
1463 | | esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ) |
| 1463 | esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) ) |
1464 | 1464 | ); |
1465 | 1465 | ?> |
1466 | 1466 | </p> |
… |
… |
final class WP_Privacy_Policy_Content { |
1644 | 1644 | /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ |
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 | | esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ), |
| 1647 | esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) ), |
1648 | 1648 | 'target="_blank"', |
1649 | 1649 | sprintf( |
1650 | 1650 | '<span class="screen-reader-text"> %s</span>', |