Changeset 43263
- Timestamp:
- 05/14/2018 04:20:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r43261 r43263 1399 1399 <div class="policy-text-updated notice notice-warning"> 1400 1400 <p><?php 1401 _e( 'The suggested privacy policy text has changed. Please update your privacy policy.' ); 1401 printf( 1402 /* translators: %s: Privacy Policy Guide URL */ 1403 __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ), 1404 esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ) 1405 ); 1402 1406 ?></p> 1403 1407 </div>
Note: See TracChangeset
for help on using the changeset viewer.