Make WordPress Core

Changeset 14082


Ignore:
Timestamp:
04/13/2010 10:43:52 PM (14 years ago)
Author:
iammattthomas
Message:

Make entry-meta on single posts match entry-meta in the loop in Twenty Ten

Location:
trunk/wp-content/themes/twentyten
Files:
2 edited

Legend:

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

    r14037 r14082  
    2525
    2626                    <div class="entry-meta">
    27                         <span class="meta-prep meta-prep-author"><?php _e( 'Posted by ', 'twentyten' ); ?></span>
     27                        <span class="meta-prep meta-prep-author"><?php _e( 'Posted on ', 'twentyten' ); ?></span>
     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' ); ?> </span>
    2830                        <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>
    29                         <span class="meta-sep"><?php _e( ' on ', 'twentyten' ); ?> </span>
    30                         <a href="<?php the_permalink(); ?>" title="<?php the_time(); ?>" rel="bookmark"><span class="entry-date"><?php echo get_the_date(); ?></span></a>
    31                         <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
    3231                    </div><!-- .entry-meta -->
    3332
  • trunk/wp-content/themes/twentyten/style.css

    r14031 r14082  
    44Description: The 2010 default theme for WordPress.
    55Author: the WordPress team
    6 Version: 0.7
     6Version: 0.9
    77Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
    88*/
Note: See TracChangeset for help on using the changeset viewer.