Changeset 12657 for trunk/wp-content/themes/default/archives.php
- Timestamp:
- 01/08/2010 08:34:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archives.php
r9234 r12657 17 17 <h2>Archives by Month:</h2> 18 18 <ul> 19 <?php wp_get_archives( 'type=monthly'); ?>19 <?php wp_get_archives(array('type' => 'monthly')); ?> 20 20 </ul> 21 21
Note: See TracChangeset
for help on using the changeset viewer.