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/default/search.php

    r3006 r3517  
    66
    77        <h2 class="pagetitle">Search Results</h2>
    8        
     8
    99        <div class="navigation">
    1010            <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
     
    1414
    1515        <?php while (have_posts()) : the_post(); ?>
    16                
     16
    1717            <div class="post">
    1818                <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    1919                <small><?php the_time('l, F jS, Y') ?></small>
    20        
     20
    2121                <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
    2222            </div>
    23    
     23
    2424        <?php endwhile; ?>
    2525
     
    2828            <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    2929        </div>
    30    
     30
    3131    <?php else : ?>
    3232
     
    3535
    3636    <?php endif; ?>
    37        
     37
    3838    </div>
    3939
Note: See TracChangeset for help on using the changeset viewer.