- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/entry-header.php
r51322 r55276 34 34 35 35 <div class="entry-categories"> 36 <span class="screen-reader-text"><?php _e( 'Categories', 'twentytwenty' ); ?></span> 36 <span class="screen-reader-text"> 37 <?php 38 /* translators: Hidden accessibility text. */ 39 _e( 'Categories', 'twentytwenty' ); 40 ?> 41 </span> 37 42 <div class="entry-categories-inner"> 38 43 <?php the_category( ' ' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.