- Timestamp:
- 03/26/2021 08:16:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7/src/wp-admin/includes/class-wp-privacy-policy-content.php
r50607 r50608 421 421 <span class="success" aria-hidden="true"><?php _e( 'Copied!' ); ?></span> 422 422 <button type="button" class="privacy-text-copy button"> 423 < span aria-hidden="true"><?php _e( 'Copy suggested policy text to clipboard' ); ?></span>423 <?php _e( 'Copy suggested policy text to clipboard' ); ?> 424 424 <span class="screen-reader-text"> 425 425 <?php 426 426 /* translators: %s: Plugin name. */ 427 printf( __( 'Copy suggested policy text from %s.' ), $plugin_name );427 sprintf( __( 'Copy suggested policy text from %s.' ), $plugin_name ); 428 428 ?> 429 429 </span>
Note: See TracChangeset
for help on using the changeset viewer.