diff -Naur old/misc.php new/misc.php
old
|
new
|
|
1385 | 1385 | printf( |
1386 | 1386 | /* translators: %s: Privacy Policy Guide URL */ |
1387 | 1387 | __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ), |
1388 | | esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ) |
| 1388 | esc_url( admin_url( 'tools.php?wp-privacy-policy-guide' ) ) |
1389 | 1389 | ); |
1390 | 1390 | ?></p> |
1391 | 1391 | </div> |
… |
… |
|
1565 | 1565 | /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ |
1566 | 1566 | printf( |
1567 | 1567 | __( '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.' ), |
1568 | | admin_url( 'tools.php?wp-privacy-policy-guide=1' ), |
| 1568 | admin_url( 'tools.php?wp-privacy-policy-guide' ), |
1569 | 1569 | 'target="_blank"', |
1570 | 1570 | sprintf( |
1571 | 1571 | '<span class="screen-reader-text"> %s</span>', |