Changeset 5357
- Timestamp:
- 04/30/07 17:46:38 (2 years ago)
- Files:
-
- branches/2.2/wp-includes/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-includes/widgets.php
r5355 r5357 553 553 ?> 554 554 <ul> 555 <?php wp_list_categories($cat_args ); ?>555 <?php wp_list_categories($cat_args . '&title_li='); ?> 556 556 </ul> 557 557 <?php
