Changeset 47122 for trunk/src/wp-content/themes/twentythirteen/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/twentythirteen/page.php
r43571 r47122 17 17 <div id="content" class="site-content" role="main"> 18 18 19 <?php /* The loop */ ?>20 19 <?php 20 // Start the loop. 21 21 while ( have_posts() ) : 22 22 the_post();
Note: See TracChangeset
for help on using the changeset viewer.