Changeset 5499 for branches/2.2/wp-includes/widgets.php
- Timestamp:
- 05/21/2007 01:13:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/widgets.php
r5490 r5499 550 550 } 551 551 $title = attribute_escape($options[$number]['title']); 552 $text = attribute_escape($options[$number]['text']);552 $text = format_to_edit($options[$number]['text']); 553 553 ?> 554 554 <input style="width: 450px;" id="text-title-<?php echo $number; ?>" name="text-title-<?php echo $number; ?>" type="text" value="<?php echo $title; ?>" />
Note: See TracChangeset
for help on using the changeset viewer.