diff --git src/wp-admin/includes/misc.php src/wp-admin/includes/misc.php
index a8600f1d24..08f6c3c137 100644
--- src/wp-admin/includes/misc.php
+++ src/wp-admin/includes/misc.php
@@ -1777,6 +1777,7 @@ final class WP_Privacy_Policy_Content {
 		$content .=
 			'<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>';
 
+		$content .=
 			'<h2>' . __( 'Your contact information' ) . '</h2>';
 		$descr && $content .=
 			'<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>';
