Changeset 42343 for trunk/src/wp-content/themes/twentyfifteen/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/twentyfifteen/page.php
r30394 r42343 19 19 <?php 20 20 // Start the loop. 21 while ( have_posts() ) : the_post(); 21 while ( have_posts() ) : 22 the_post(); 22 23 23 24 // Include the page content template. … … 29 30 endif; 30 31 31 // End the loop.32 // End the loop. 32 33 endwhile; 33 34 ?>
Note: See TracChangeset
for help on using the changeset viewer.