Changeset 47122 for trunk/src/wp-content/themes/twentyseventeen/single.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/single.php
r46827 r47122 18 18 19 19 <?php 20 / * Start the Loop */20 // Start the Loop. 21 21 while ( have_posts() ) : 22 22 the_post(); … … 36 36 ); 37 37 38 endwhile; // End ofthe loop.38 endwhile; // End the loop. 39 39 ?> 40 40
Note: See TracChangeset
for help on using the changeset viewer.