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

    r3134 r3517  
    11    <div id="sidebar">
    22        <ul>
    3            
     3
    44            <li>
    55                <?php include (TEMPLATEPATH . '/searchform.php'); ?>
     
    1616            <?php /* If this is a category archive */ } elseif (is_category()) { ?>
    1717            <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
    18            
     18
    1919            <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
    2020            <p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
    2121            for the day <?php the_time('l, F jS, Y'); ?>.</p>
    22            
     22
    2323            <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
    2424            <p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
     
    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>
    30            
     30
    3131         <?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
     
    5353            </li>
    5454
    55             <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>             
     55            <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    5656                <?php get_links_list(); ?>
    57                
     57
    5858                <li><h2>Meta</h2>
    5959                <ul>
     
    6767                </li>
    6868            <?php } ?>
    69            
     69
    7070        </ul>
    7171    </div>
Note: See TracChangeset for help on using the changeset viewer.