Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/index.php

    r2577 r3517  
    66
    77<?php the_date('','<h2>','</h2>'); ?>
    8    
     8
    99<div class="post" id="post-<?php the_ID(); ?>">
    1010     <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    1111    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
    12    
     12
    1313    <div class="storycontent">
    1414        <?php the_content(__('(more...)')); ?>
    1515    </div>
    16    
     16
    1717    <div class="feedback">
    1818            <?php wp_link_pages(); ?>
Note: See TracChangeset for help on using the changeset viewer.