Changeset 2571
- Timestamp:
- 04/22/2005 05:12:59 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r2511 r2571 49 49 <li><h2>Categories</h2> 50 50 <ul> 51 <?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','')?>51 <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?> 52 52 </ul> 53 53 </li>
Note: See TracChangeset
for help on using the changeset viewer.