Ticket #52272: 52272.patch
File 52272.patch, 715 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/includes/class-wp-privacy-policy-content.php
625 625 $strings[] = '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>'; 626 626 627 627 /* translators: Default privacy policy heading. */ 628 $strings[] = '<h2>' . __( ' Your contact information' ) . '</h2>';628 $strings[] = '<h2>' . __( 'Contact information' ) . '</h2>'; 629 629 630 630 if ( $description ) { 631 631 /* translators: Privacy policy tutorial. */