Changeset 42343 for trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
r40904 r42343 12 12 <article id="post-<?php the_ID(); ?>" <?php post_class( 'twentyseventeen-panel ' ); ?> > 13 13 14 <?php if ( has_post_thumbnail() ) : 14 <?php 15 if ( has_post_thumbnail() ) : 15 16 $thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'twentyseventeen-featured-image' ); 16 17 … … 37 38 <?php 38 39 /* translators: %s: Name of current post */ 39 the_content( sprintf( 40 __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ), 41 get_the_title() 42 ) ); 40 the_content( 41 sprintf( 42 __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ), 43 get_the_title() 44 ) 45 ); 43 46 ?> 44 47 </div><!-- .entry-content -->
Note: See TracChangeset
for help on using the changeset viewer.