Changeset 14433 for trunk/wp-content/themes/twentyten/single.php
- Timestamp:
- 05/04/2010 07:01:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/single.php
r14389 r14433 27 27 <span class="meta-prep meta-prep-author"><?php _e( 'Posted on ', 'twentyten' ); ?></span> 28 28 <a href="<?php the_permalink(); ?>" title="<?php the_time(); ?>" rel="bookmark"><span class="entry-date"><?php echo get_the_date(); ?></span></a> 29 <span class="meta-sep"><?php _e( ' by ', 'twentyten' ); ?> 29 <span class="meta-sep"><?php _e( ' by ', 'twentyten' ); ?></span> 30 30 <span class="author vcard"><a class="url fn n" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="<?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ); ?>"><?php the_author(); ?></a></span> 31 31 </div><!-- .entry-meta --> … … 40 40 <div id="author-avatar"> 41 41 <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?> 42 </div><!-- #author-avatar 42 </div><!-- #author-avatar --> 43 43 <div id="author-description"> 44 44 <h2><?php _e( 'About ', 'twentyten' ); ?><?php the_author(); ?></h2> … … 47 47 <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="<?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ); ?>"><?php _e( 'View all posts by ', 'twentyten' ); ?><?php the_author(); ?> →</a> 48 48 </div><!-- #author-link --> 49 </div><!-- #author-description 49 </div><!-- #author-description --> 50 50 </div><!-- .entry-author-info --> 51 51 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.