diff --git src/wp-admin/includes/misc.php src/wp-admin/includes/misc.php
index a8600f1d24..08f6c3c137 100644
|
|
final class WP_Privacy_Policy_Content { |
1777 | 1777 | $content .= |
1778 | 1778 | '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>'; |
1779 | 1779 | |
| 1780 | $content .= |
1780 | 1781 | '<h2>' . __( 'Your contact information' ) . '</h2>'; |
1781 | 1782 | $descr && $content .= |
1782 | 1783 | '<p class="privacy-policy-tutorial">' . __( 'In this section you should provide a contact method for privacy-specific concerns. If you are required to have a Data Protection Officer, list their name and full contact details here as well.' ) . '</p>'; |