Changeset 43571 for trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
r42348 r43571 47 47 ) 48 48 ); 49 ?>49 ?> 50 50 </div><!-- .entry-content --> 51 51 … … 53 53 // Show recent blog posts if is blog posts page (Note that get_option returns a string, so we're casting the result as an int). 54 54 if ( get_the_ID() === (int) get_option( 'page_for_posts' ) ) : 55 ?>55 ?> 56 56 57 57 <?php
Note: See TracChangeset
for help on using the changeset viewer.