diff --git src/wp-admin/includes/misc.php src/wp-admin/includes/misc.php
index a8600f1d24..0c5b0d6b6f 100644
|
|
final class WP_Privacy_Policy_Content { |
1686 | 1686 | * |
1687 | 1687 | * @since 4.9.6 |
1688 | 1688 | * |
1689 | | * @param bool $descr Whether to include the descriptions undet the section headings. Default false. |
| 1689 | * @param bool $descr Whether to include the descriptions under the section headings. Default false. |
1690 | 1690 | * @return string The default policy content. |
1691 | 1691 | */ |
1692 | 1692 | public static function get_default_content( $descr = false ) { |
… |
… |
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>'; |