Changeset 24073 for trunk/wp-content/themes/twentythirteen/author-bio.php
- Timestamp:
- 04/23/2013 09:29:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/author-bio.php
r23680 r24073 14 14 </div><!-- .author-avatar --> 15 15 <div class="author-description"> 16 <h2 ><?php printf( __( 'About %s', 'twentythirteen' ), get_the_author() ); ?></h2>17 <p >16 <h2 class="author-title"><?php printf( __( 'About %s', 'twentythirteen' ), get_the_author() ); ?></h2> 17 <p class="author-bio"> 18 18 <?php the_author_meta( 'description' ); ?> 19 19 <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
Note: See TracChangeset
for help on using the changeset viewer.