Changeset 43571 for trunk/src/wp-includes/widgets/class-wp-widget-text.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r42630 r43571 359 359 public function update( $new_instance, $old_instance ) { 360 360 $new_instance = wp_parse_args( 361 $new_instance, array( 361 $new_instance, 362 array( 362 363 'title' => '', 363 364 'text' => '',
Note: See TracChangeset
for help on using the changeset viewer.