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