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

    r4152 r4495  
    1717 </li>
    1818 <li id="archives"><?php _e('Archives:'); ?>
    19     <ul>
     19    <ul>
    2020     <?php wp_get_archives('type=monthly'); ?>
    21     </ul>
     21    </ul>
    2222 </li>
    2323 <li id="meta"><?php _e('Meta:'); ?>
    24     <ul>
     24    <ul>
    2525        <?php wp_register(); ?>
    2626        <li><?php wp_loginout(); ?></li>
Note: See TracChangeset for help on using the changeset viewer.