Make WordPress Core

Ticket #52272: 52272.patch

File 52272.patch, 715 bytes (added by Shital Patel, 4 years ago)

Remove word "Your". let me know if any changes. :)

  • src/wp-admin/includes/class-wp-privacy-policy-content.php

     
    625625                $strings[] = '<p>' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>';
    626626
    627627                /* translators: Default privacy policy heading. */
    628                 $strings[] = '<h2>' . __( 'Your contact information' ) . '</h2>';
     628                $strings[] = '<h2>' . __( 'Contact information' ) . '</h2>';
    629629
    630630                if ( $description ) {
    631631                        /* translators: Privacy policy tutorial. */