- Timestamp:
- 05/16/2020 06:40:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r47550 r47808 14 14 // Output the featured image. 15 15 if ( has_post_thumbnail() ) : 16 if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) {16 if ( 'grid' === get_theme_mod( 'featured_content_layout' ) ) { 17 17 the_post_thumbnail(); 18 18 } else {
Note: See TracChangeset
for help on using the changeset viewer.