Changeset 46613 for trunk/src/wp-content/themes/twentytwenty/footer.php
- Timestamp:
- 10/29/2019 02:53:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/footer.php
r46446 r46613 41 41 <?php 42 42 /* translators: %s: HTML character for up arrow */ 43 printf( __( 'To the top %s', 'twentytwenty' ), '<span class="arrow" >↑</span>' );43 printf( __( 'To the top %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">↑</span>' ); 44 44 ?> 45 45 </span><!-- .to-the-top-long --> … … 47 47 <?php 48 48 /* translators: %s: HTML character for up arrow */ 49 printf( __( 'Up %s', 'twentytwenty' ), '<span class="arrow" >↑</span>' );49 printf( __( 'Up %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">↑</span>' ); 50 50 ?> 51 51 </span><!-- .to-the-top-short -->
Note: See TracChangeset
for help on using the changeset viewer.