- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop-single.php
r15762 r18189 44 44 <?php the_author_meta( 'description' ); ?> 45 45 <div id="author-link"> 46 <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" >46 <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" rel="author"> 47 47 <?php printf( __( 'View all posts by %s <span class="meta-nav">→</span>', 'twentyten' ), get_the_author() ); ?> 48 48 </a>
Note: See TracChangeset
for help on using the changeset viewer.