Changeset 47122 for trunk/src/wp-content/themes/twentythirteen/author.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/author.php
r45932 r47122 39 39 <?php 40 40 /* 41 * Since we called the_post() above, we need to42 * rewind the loop back to the beginning that way43 * we can run the loop properly, in full.41 * Since we called the_post() above, we need 42 * to rewind the loop back to the beginning. 43 * That way we can run the loop properly, in full. 44 44 */ 45 45 rewind_posts(); … … 50 50 <?php endif; ?> 51 51 52 <?php /* The loop */ ?>53 52 <?php 53 // Start the loop. 54 54 while ( have_posts() ) : 55 55 the_post();
Note: See TracChangeset
for help on using the changeset viewer.