Changeset 5517
- Timestamp:
- 05/22/07 21:31:37 (1 year 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
r5509 r5517 524 524 $options = get_option('widget_text'); 525 525 $title = $options[$number]['title']; 526 $text = apply_filters( 'the_content', $options[$number]['text'] );526 $text = $options[$number]['text']; 527 527 ?> 528 528 <?php echo $before_widget; ?>
