Changeset 43264
- Timestamp:
- 05/14/2018 04:24:08 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/misc.php
r43255 r43264 1352 1352 <div class="policy-text-updated notice notice-warning is-dismissible"> 1353 1353 <p><?php 1354 _e( 'The suggested privacy policy text has changed. Please update your privacy policy.' ); 1354 printf( 1355 /* translators: %s: Privacy Policy Guide URL */ 1356 __( 'The suggested privacy policy text has changed. Please <a href="%s">review the guide</a> and update your privacy policy.' ), 1357 esc_url( admin_url( 'tools.php?wp-privacy-policy-guide=1' ) ) 1358 ); 1355 1359 ?></p> 1356 1360 </div>
Note: See TracChangeset
for help on using the changeset viewer.