Changeset 12657 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 01/08/2010 08:34:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r11791 r12657 56 56 <li><h2>Archives</h2> 57 57 <ul> 58 <?php wp_get_archives( 'type=monthly'); ?>58 <?php wp_get_archives(array('type' => 'monthly')); ?> 59 59 </ul> 60 60 </li> 61 61 62 <?php wp_list_categories( 'show_count=1&title_li=<h2>Categories</h2>'); ?>62 <?php wp_list_categories(array('show_count' => 1, 'title_li' => '<h2>Categories</h2>')); ?> 63 63 </ul> 64 64 <ul>
Note: See TracChangeset
for help on using the changeset viewer.