Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (18 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/archives.php

    r3706 r4495  
    1212
    1313<h2>Archives by Month:</h2>
    14   <ul>
    15     <?php wp_get_archives('type=monthly'); ?>
    16   </ul>
     14    <ul>
     15        <?php wp_get_archives('type=monthly'); ?>
     16    </ul>
    1717
    1818<h2>Archives by Subject:</h2>
    19   <ul>
    20     <?php wp_list_categories(); ?>
    21   </ul>
     19    <ul>
     20        <?php wp_list_categories(); ?>
     21    </ul>
    2222
    2323</div>
Note: See TracChangeset for help on using the changeset viewer.