- Timestamp:
- 10/29/2019 04:40:34 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-content/themes/twentytwenty/template-parts/navigation.php
r46446 r46614 34 34 35 35 <a class="previous-post" href="<?php echo esc_url( get_permalink( $prev_post->ID ) ); ?>"> 36 <span class="arrow" >←</span>36 <span class="arrow" aria-hidden="true">←</span> 37 37 <span class="title"><span class="title-inner"><?php echo wp_kses_post( get_the_title( $prev_post->ID ) ); ?></span></span> 38 38 </a> … … 45 45 46 46 <a class="next-post" href="<?php echo esc_url( get_permalink( $next_post->ID ) ); ?>"> 47 <span class="arrow" >→</span>47 <span class="arrow" aria-hidden="true">→</span> 48 48 <span class="title"><span class="title-inner"><?php echo wp_kses_post( get_the_title( $next_post->ID ) ); ?></span></span> 49 49 </a>
Note: See TracChangeset
for help on using the changeset viewer.