Make WordPress Core

Ticket #44876: 44876.diff

File 44876.diff, 1.2 KB (added by mukesh27, 4 years ago)

Updated Patch.

  • wp-admin/includes/misc.php

    diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php
    index 8a3be10..9698582 100644
    a b final class WP_Privacy_Policy_Content { 
    14601460                                printf(
    14611461                                        /* translators: %s: Privacy Policy Guide URL */
    14621462                                        __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ),
    1463                                         esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) )
     1463                                        esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) )
    14641464                                );
    14651465                        ?>
    14661466                        </p>
    final class WP_Privacy_Policy_Content { 
    16441644                        /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */
    16451645                        printf(
    16461646                                __( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
    1647                                 esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ),
     1647                                esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) ),
    16481648                                'target="_blank"',
    16491649                                sprintf(
    16501650                                        '<span class="screen-reader-text"> %s</span>',