Changeset 31266 for trunk/src/wp-content/themes/twentyten/loop-single.php
- Timestamp:
- 01/22/2015 12:41:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop-single.php
r25868 r31266 47 47 <?php the_author_meta( 'description' ); ?> 48 48 <div id="author-link"> 49 <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID') ); ?>" rel="author">49 <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> 50 50 <?php printf( __( 'View all posts by %s <span class="meta-nav">→</span>', 'twentyten' ), get_the_author() ); ?> 51 51 </a>
Note: See TracChangeset
for help on using the changeset viewer.