Changeset 43571 for trunk/src/wp-content/themes/twentyeleven/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/twentyeleven/author.php
r42343 r43571 44 44 // If a user has filled out their description, show a bio on their entries. 45 45 if ( get_the_author_meta( 'description' ) ) : 46 ?>46 ?> 47 47 <div id="author-info"> 48 48 <div id="author-avatar"> … … 69 69 while ( have_posts() ) : 70 70 the_post(); 71 ?>71 ?> 72 72 73 73 <?php
Note: See TracChangeset
for help on using the changeset viewer.