Changeset 13109 for trunk/wp-content/themes/twentyten/index.php
- Timestamp:
- 02/13/2010 11:09:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/index.php
r13105 r13109 19 19 <span class="meta-prep meta-prep-author"><?php _e('Posted on ', 'twentyten'); ?></span> 20 20 <a href="<?php 21 the_permalink(); ?>" title="<?php the_time('Y-m-d\TH:i:sO') ?>" rel="bookmark"><span class="entry-date"><?php the_time( get_option( 'date_format' )); ?></span></a>21 the_permalink(); ?>" title="<?php the_time('Y-m-d\TH:i:sO') ?>" rel="bookmark"><span class="entry-date"><?php the_time(); ?></span></a> 22 22 <span class="meta-sep"> <?php _e('by ', 'twentyten'); ?> </span> 23 23 <span class="author vcard"><a class="url fn n" href="<?php echo get_author_posts_url( $authordata->ID, $authordata->user_nicename ); ?>" title="<?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), $authordata->display_name ); ?>"><?php the_author(); ?></a></span> … … 25 25 26 26 <div class="entry-content"> 27 <div class="gallery-thumb"><a class="size-thumbnail" href="<?php permalink_link() ?>"><?php27 <div class="gallery-thumb"><a class="size-thumbnail" href="<?php the_permalink() ?>"><?php 28 28 $images =& get_children( array('post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999) ); 29 29 $total_images = count($images); … … 61 61 <span class="meta-prep meta-prep-author"><?php _e('Posted on ', 'twentyten'); ?></span> 62 62 <a href="<?php 63 the_permalink(); ?>" title="<?php the_time('Y-m-d\TH:i:sO') ?>" rel="bookmark"><span class="entry-date"><?php the_time( get_option( 'date_format' )); ?></span></a>63 the_permalink(); ?>" title="<?php the_time('Y-m-d\TH:i:sO') ?>" rel="bookmark"><span class="entry-date"><?php the_time(); ?></span></a> 64 64 <span class="meta-sep"> <?php _e('by ', 'twentyten'); ?> </span> 65 65 <span class="author vcard"><a class="url fn n" href="<?php echo get_author_posts_url( $authordata->ID, $authordata->user_nicename ); ?>" title="<?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), $authordata->display_name ); ?>"><?php the_author(); ?></a></span>
Note: See TracChangeset
for help on using the changeset viewer.