Make WordPress Core


Ignore:
Timestamp:
02/13/2010 11:20:56 AM (15 years ago)
Author:
dd32
Message:

s/the_time()/get_the_date/ for dates. See #9015

File:
1 edited

Legend:

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

    r13109 r13111  
    3737                        <span class="meta-prep meta-prep-author"><?php _e('Posted on ', 'twentyten'); ?></span>
    3838                        <a href="<?php
    39         the_permalink(); ?>" title="<?php the_time('Y-m-d\TH:i:sO') ?>" rel="bookmark"><span class="entry-date"><?php the_time(); ?></span></a>
     39        the_permalink(); ?>" title="<?php the_time('Y-m-d\TH:i:sO') ?>" rel="bookmark"><span class="entry-date"><?php echo get_the_date(); ?></span></a>
    4040                    </div><!-- .entry-meta -->
    4141
Note: See TracChangeset for help on using the changeset viewer.