Changeset 5519 for branches/2.2/wp-includes/widgets.php
- Timestamp:
- 05/22/2007 10:36:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/widgets.php
r5517 r5519 524 524 $options = get_option('widget_text'); 525 525 $title = $options[$number]['title']; 526 $text = $options[$number]['text'];526 $text = apply_filters( 'widget_text', $options[$number]['text'] ); 527 527 ?> 528 528 <?php echo $before_widget; ?>
Note: See TracChangeset
for help on using the changeset viewer.