diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index 5f184f45f3..f5099cc5d3 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -1642,10 +1642,12 @@ final class WP_Privacy_Policy_Content { */ public static function get_default_content( $descr = false ) { $suggested_text = $descr ? '' . __( 'Suggested text:' ) . ' ' : ''; + $content = ''; // Start of the suggested privacy policy text. - $content = - '
' . __( 'In this section you should note your site URL, as well as the name of the company, organization, or individual behind it, and some accurate contact information.' ) . '
' . @@ -1758,8 +1760,7 @@ final class WP_Privacy_Policy_Content { $content .= '' . __( 'If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.' ) . '
'; - $content .= + '' . __( 'If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.' ) . '
' . '