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/sidebar.php

    r4171 r4495  
    2525            for <?php the_time('F, Y'); ?>.</p>
    2626
    27       <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
     27            <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    2828            <p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
    2929            for the year <?php the_time('Y'); ?>.</p>
    3030
    31          <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
     31            <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
    3232            <p>You have searched the <a href="<?php echo bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
    3333            for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
Note: See TracChangeset for help on using the changeset viewer.