Changeset 16431 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 11/17/2010 05:12:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r16013 r16431 400 400 $instance = wp_parse_args( (array) $instance, array( 'title' => '', 'text' => '' ) ); 401 401 $title = strip_tags($instance['title']); 402 $text = format_to_edit($instance['text']);402 $text = esc_textarea($instance['text']); 403 403 ?> 404 404 <p><label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:'); ?></label>
Note: See TracChangeset
for help on using the changeset viewer.