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