Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/loop-single.php

    r15762 r18189  
    4444                            <?php the_author_meta( 'description' ); ?>
    4545                            <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">
    4747                                    <?php printf( __( 'View all posts by %s <span class="meta-nav">&rarr;</span>', 'twentyten' ), get_the_author() ); ?>
    4848                                </a>
Note: See TracChangeset for help on using the changeset viewer.