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