Changeset 11009 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 04/20/2009 10:58:50 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r10912 r11009 186 186 echo $after_widget; 187 187 } 188 189 function form( $instance ) { ?>190 <input name="<?php echo $this->get_field_name('title'); ?>" type="hidden" value="" />191 <?php192 }193 194 188 } 195 189
Note: See TracChangeset
for help on using the changeset viewer.