~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-content/themes/twentyten/loop-single.php

  • Committer: Paul Collins
  • Date: 2011-07-13 02:31:10 UTC
  • Revision ID: paul.collins@canonical.com-20110713023110-rvp7cjj31rsaomkr
import Wordpress 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                                                        <h2><?php printf( esc_attr__( 'About %s', 'twentyten' ), get_the_author() ); ?></h2>
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">&rarr;</span>', 'twentyten' ), get_the_author() ); ?>
48
48
                                                                </a>
49
49
                                                        </div><!-- #author-link -->