Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

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

    r4264 r4495  
    33    <div id="content" class="widecolumn">
    44
    5   <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
     5    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    66
    77        <div class="navigation">
     
    2424                            You'll need to download this plugin, and follow the instructions:
    2525                            http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
    26                             /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> 
     26                            /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
    2727                        on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
    2828                        and is filed under <?php the_category(', ') ?>.
    29                         You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed. 
     29                        You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
    3030
    3131                        <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
Note: See TracChangeset for help on using the changeset viewer.