Make WordPress Core

Ticket #7453: 7453.diff

File 7453.diff, 819 bytes (added by ionfish, 18 years ago)
  • wp-content/themes/default/single.php

     
    2525                                                        You'll need to download this plugin, and follow the instructions:
    2626                                                        http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
    2727                                                        /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
    28                                                 on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
     28                                                on <?php the_time('l, F jS, Y,') ?> at <?php the_time() ?>
    2929                                                and is filed under <?php the_category(', ') ?>.
    3030                                                You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.
    3131