Changeset 12657 for trunk/wp-content/themes/classic/sidebar.php
- Timestamp:
- 01/08/2010 08:34:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/sidebar.php
r12589 r12657 25 25 <li id="archives"><?php _e('Archives:'); ?> 26 26 <ul> 27 <?php wp_get_archives( 'type=monthly'); ?>27 <?php wp_get_archives(array('type' => 'monthly')); ?> 28 28 </ul> 29 29 </li>
Note: See TracChangeset
for help on using the changeset viewer.