diff --git src/wp-admin/includes/misc.php src/wp-admin/includes/misc.php
index b44c374..6703bb2 100644
|
|
final class WP_Privacy_Policy_Content { |
1400 | 1400 | ?> |
1401 | 1401 | <div class="policy-text-updated notice notice-warning is-dismissible"> |
1402 | 1402 | <p><?php |
1403 | | _e( 'The suggested privacy policy text has changed. Please update your privacy policy.' ); |
| 1403 | printf( |
| 1404 | /* translators: %s: Privacy Policy Guide URL */ |
| 1405 | __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ), |
| 1406 | esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ) |
| 1407 | ); |
1404 | 1408 | ?></p> |
1405 | 1409 | </div> |
1406 | 1410 | <?php |