Make WordPress Core

Ticket #44050: 44050.diff

File 44050.diff, 735 bytes (added by dlh, 7 years ago)
  • src/wp-admin/includes/misc.php

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