Changeset 47122 for trunk/src/wp-content/themes/twentythirteen/archive.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/archive.php
r45932 r47122 43 43 </header><!-- .archive-header --> 44 44 45 <?php /* The loop */ ?>46 45 <?php 46 // Start the loop. 47 47 while ( have_posts() ) : 48 48 the_post();
Note: See TracChangeset
for help on using the changeset viewer.