Ticket #44057: 44057.patch
File 44057.patch, 722 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/includes/misc.php
1400 1400 ?> 1401 1401 <div class="policy-text-updated notice notice-warning is-dismissible"> 1402 1402 <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 ); 1404 1408 ?></p> 1405 1409 </div> 1406 1410 <?php