Changeset 43571 for trunk/src/wp-content/themes/twentyten/loop-single.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-single.php
r42343 r43571 20 20 while ( have_posts() ) : 21 21 the_post(); 22 ?>22 ?> 23 23 24 24 <div id="nav-above" class="navigation"> … … 43 43 ) 44 44 ); 45 ?>45 ?> 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">
Note: See TracChangeset
for help on using the changeset viewer.