diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php
index e0f767d63f..16e49fd293 100644
a
|
b
|
final class WP_Privacy_Policy_Content { |
1643 | 1643 | $content = ''; |
1644 | 1644 | $toc = array( '<li><a href="#wp-privacy-policy-guide-introduction">' . __( 'Introduction' ) . '</a></li>' ); |
1645 | 1645 | $date_format = __( 'F j, Y' ); |
1646 | | $copy = __( 'Copy' ); |
| 1646 | $copy = __( 'Copy this section to clipboard' ); |
1647 | 1647 | $return_to_top = '<a href="#" class="return-to-top">' . __( '↑ Return to Top' ) . '</a>'; |
1648 | 1648 | |
1649 | 1649 | foreach ( $content_array as $section ) { |