Revert [50607].
Unprops davidbaumwald. Built from https://develop.svn.wordpress.org/branches/5.7@50608 git-svn-id: http://core.svn.wordpress.org/branches/5.7@50221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0a198192c7
commit
6e556a478a
|
@ -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">
|
||||
<span aria-hidden="true"><?php _e( 'Copy suggested policy text to clipboard' ); ?></span>
|
||||
<?php _e( 'Copy suggested policy text to clipboard' ); ?>
|
||||
<span class="screen-reader-text">
|
||||
<?php
|
||||
/* translators: %s: Plugin name. */
|
||||
printf( __( 'Copy suggested policy text from %s.' ), $plugin_name );
|
||||
sprintf( __( 'Copy suggested policy text from %s.' ), $plugin_name );
|
||||
?>
|
||||
</span>
|
||||
</button>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7.1-alpha-50607';
|
||||
$wp_version = '5.7.1-alpha-50608';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue