Changeset 47122 for trunk/src/wp-content/themes/twentytwenty/footer.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/footer.php
r47088 r47122 40 40 <span class="to-the-top-long"> 41 41 <?php 42 /* translators: %s: HTML character for up arrow */42 /* translators: %s: HTML character for up arrow. */ 43 43 printf( __( 'To the top %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">↑</span>' ); 44 44 ?> … … 46 46 <span class="to-the-top-short"> 47 47 <?php 48 /* translators: %s: HTML character for up arrow */48 /* translators: %s: HTML character for up arrow. */ 49 49 printf( __( 'Up %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">↑</span>' ); 50 50 ?>
Note: See TracChangeset
for help on using the changeset viewer.