Make WordPress Core

Ticket #44057: 44057.patch

File 44057.patch, 722 bytes (added by azaozz, 7 years ago)
  • src/wp-admin/includes/misc.php

     
    14001400                ?>
    14011401                <div class="policy-text-updated notice notice-warning is-dismissible">
    14021402                        <p><?php
    1403                                 _e( 'The suggested privacy policy text has changed. Please update your privacy policy.' );
     1403                                printf(
     1404                                        /* translators: %s: Privacy Policy Guide URL */
     1405                                        __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ),
     1406                                        admin_url( 'tools.php?wp-privacy-policy-guide=1' )
     1407                                );
    14041408                        ?></p>
    14051409                </div>
    14061410                <?php