Changeset 43571 for trunk/src/wp-content/themes/twentythirteen/author.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/author.php
r42343 r43571 49 49 while ( have_posts() ) : 50 50 the_post(); 51 ?>51 ?> 52 52 <?php get_template_part( 'content', get_post_format() ); ?> 53 53 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.