- Timestamp:
- 10/08/2019 07:05:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/entry-header.php
r46357 r46445 34 34 35 35 <div class="entry-categories"> 36 <span class="screen-reader-text"><?php esc_html_e( 'Categories', 'twentytwenty' ); ?></span>36 <span class="screen-reader-text"><?php _e( 'Categories', 'twentytwenty' ); ?></span> 37 37 <div class="entry-categories-inner"> 38 38 <?php the_category( ' ' ); ?> … … 60 60 ?> 61 61 62 <div class="intro-text section-inner max-percentage<?php echo esc_attr( $intro_text_width );?>">62 <div class="intro-text section-inner max-percentage<?php echo $intro_text_width; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- static output ?>"> 63 63 <?php the_excerpt(); ?> 64 64 </div>
Note: See TracChangeset
for help on using the changeset viewer.