Changeset 3706
- Timestamp:
- 04/13/2006 04:51:45 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archives.php
r3517 r3706 18 18 <h2>Archives by Subject:</h2> 19 19 <ul> 20 <?php wp_list_cat s(); ?>20 <?php wp_list_categories(); ?> 21 21 </ul> 22 22 -
trunk/wp-includes/template-functions-category.php
r3704 r3706 220 220 'show_count' => 0, 'hide_empty' => 1, 'use_desc_for_title' => 1, 221 221 'child_of' => 0, 'feed' => '', 'feed_image' => '', 'exclude' => '', 222 'hierarchical' => false, 'title_li' => '');222 'hierarchical' => true, 'title_li' => ''); 223 223 $r = array_merge($defaults, $r); 224 224 $r['include_last_update_time'] = $r['show_date'];
Note: See TracChangeset
for help on using the changeset viewer.