Changeset 5499
- Timestamp:
- 05/21/07 13:13:22 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/widgets.php (modified) (1 diff)
- trunk/wp-includes/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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; ?>" /> trunk/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; ?>" />
