Make WordPress Core


Ignore:
Timestamp:
05/21/2010 06:56:27 PM (16 years ago)
Author:
nacin
Message:

In Twenty Ten, final pass on inline docs et al. props jorbin, zeo. fixes #12695.

File:
1 edited

Legend:

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

    r14708 r14786  
    3333                        <div id="author-avatar">
    3434                            <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?>
    35                         </div><!-- #author-avatar   -->
     35                        </div><!-- #author-avatar -->
    3636                        <div id="author-description">
    3737                            <h2><?php printf( __( 'About %s', 'twentyten' ), get_the_author() ); ?></h2>
    3838                            <?php the_author_meta( 'description' ); ?>
    3939                        </div><!-- #author-description  -->
    40                     </div><!-- .entry-author-info -->
     40                    </div><!-- #entry-author-info -->
    4141<?php endif; ?>
    4242
Note: See TracChangeset for help on using the changeset viewer.