Changeset 43571 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/author.php
r42343 r43571 46 46 // If a user has filled out their description, show a bio on their entries. 47 47 if ( get_the_author_meta( 'description' ) ) : 48 ?>48 ?> 49 49 <div class="author-info"> 50 50 <div class="author-avatar"> … … 72 72 while ( have_posts() ) : 73 73 the_post(); 74 ?>74 ?> 75 75 <?php get_template_part( 'content', get_post_format() ); ?> 76 76 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.