Make WordPress Core


Ignore:
Timestamp:
05/04/2010 07:01:09 AM (15 years ago)
Author:
nacin
Message:

Twenty Ten spacing and string cleanups. props zeo, markmcwilliams. see #13198. Add a twentyten_credits filter, props nathanrice, fixes #12804. Also clean up the generator/credits string.

File:
1 edited

Legend:

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

    r14389 r14433  
    2727                        <span class="meta-prep meta-prep-author"><?php _e( 'Posted on ', 'twentyten' ); ?></span>
    2828                        <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' ); ?> </span>
     29                        <span class="meta-sep"><?php _e( ' by ', 'twentyten' ); ?></span>
    3030                        <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>
    3131                    </div><!-- .entry-meta -->
     
    4040                        <div id="author-avatar">
    4141                            <?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 -->
    4343                        <div id="author-description">
    4444                            <h2><?php _e( 'About ', 'twentyten' ); ?><?php the_author(); ?></h2>
     
    4747                                <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(); ?> &rarr;</a>
    4848                            </div><!-- #author-link -->
    49                         </div><!-- #author-description  -->
     49                        </div><!-- #author-description -->
    5050                    </div><!-- .entry-author-info -->
    5151<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.