- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r45209 r47122 12 12 <a class="post-thumbnail" href="<?php the_permalink(); ?>"> 13 13 <?php 14 // Output the featured image.14 // Output the featured image. 15 15 if ( has_post_thumbnail() ) : 16 16 if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.