Changeset 48234 for trunk/src/wp-admin/includes/privacy-tools.php
- Timestamp:
- 06/30/2020 01:54:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/privacy-tools.php
r48127 r48234 279 279 280 280 if ( 1 < $groups_count ) { 281 $group_html .= '<div class="return _to_top">';282 $group_html .= '<a href="#top"> ' . esc_html__( '↑Return to top' ) . '</a>';281 $group_html .= '<div class="return-to-top">'; 282 $group_html .= '<a href="#top"><span aria-hidden="true">↑ </span> ' . esc_html__( 'Return to top' ) . '</a>'; 283 283 $group_html .= '</div>'; 284 284 } … … 424 424 fwrite( $file, 'td { padding: 5px; }' ); 425 425 fwrite( $file, 'tr:nth-child(odd) { background-color: #fafafa; }' ); 426 fwrite( $file, '.return _to_top { text-align:right; }' );426 fwrite( $file, '.return-to-top { text-align: right; }' ); 427 427 fwrite( $file, '</style>' ); 428 428 fwrite( $file, '<title>' );
Note: See TracChangeset
for help on using the changeset viewer.