Make WordPress Core

Changeset 50607


Ignore:
Timestamp:
03/26/2021 08:07:08 PM (4 years ago)
Author:
davidbaumwald
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7/src/wp-admin/includes/class-wp-privacy-policy-content.php

    r50374 r50607  
    421421                    <span class="success" aria-hidden="true"><?php _e( 'Copied!' ); ?></span>
    422422                    <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>
    424424                        <span class="screen-reader-text">
    425425                            <?php
    426426                            /* translators: %s: Plugin name. */
    427                             sprintf( __( 'Copy suggested policy text from %s.' ), $plugin_name );
     427                            printf( __( 'Copy suggested policy text from %s.' ), $plugin_name );
    428428                            ?>
    429429                        </span>
Note: See TracChangeset for help on using the changeset viewer.