Changeset 47122 for trunk/src/wp-content/themes/twentyten/loop-single.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-single.php
r46088 r47122 46 46 </div><!-- .entry-content --> 47 47 48 <?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries ?>48 <?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their description, show a bio on their entries. ?> 49 49 <div id="entry-author-info"> 50 50 <div id="author-avatar"> … … 89 89 90 90 <?php endwhile; 91 }; // end of the loop. ?>91 }; // End of the loop. ?>
Note: See TracChangeset
for help on using the changeset viewer.