mirror of
git://develop.git.wordpress.org/
synced 2025-04-09 14:42:05 +02:00
git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50607 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4ba7f55796
commit
c23423a0f8
@ -420,11 +420,11 @@ final class WP_Privacy_Policy_Content {
|
||||
<div class="privacy-settings-accordion-actions">
|
||||
<span class="success" aria-hidden="true"><?php _e( 'Copied!' ); ?></span>
|
||||
<button type="button" class="privacy-text-copy button">
|
||||
<?php _e( 'Copy suggested policy text to clipboard' ); ?>
|
||||
<span aria-hidden="true"><?php _e( 'Copy suggested policy text to clipboard' ); ?></span>
|
||||
<span class="screen-reader-text">
|
||||
<?php
|
||||
/* translators: %s: Plugin name. */
|
||||
sprintf( __( 'Copy suggested policy text from %s.' ), $plugin_name );
|
||||
printf( __( 'Copy suggested policy text from %s.' ), $plugin_name );
|
||||
?>
|
||||
</span>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user