Changeset 42343 for trunk/src/wp-content/themes/twentyten/author.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/author.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/author.php
r31266 r42343 22 22 * properly with a call to rewind_posts(). 23 23 */ 24 if ( have_posts() ) 25 the_post(); 24 if ( have_posts() ) { 25 the_post(); 26 } 26 27 ?> 27 28 … … 30 31 <?php 31 32 // If a user has filled out their description, show a bio on their entries. 32 if ( get_the_author_meta( 'description' ) ) : ?> 33 if ( get_the_author_meta( 'description' ) ) : 34 ?> 33 35 <div id="entry-author-info"> 34 36 <div id="author-avatar">
Note: See TracChangeset
for help on using the changeset viewer.