changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
20:7b1b88e27a20 | 21:48c4eec2b7e6 |
---|---|
89 $instance = $old_instance; |
89 $instance = $old_instance; |
90 $new_instance = wp_parse_args( (array) $new_instance, array( 'title' => '' ) ); |
90 $new_instance = wp_parse_args( (array) $new_instance, array( 'title' => '' ) ); |
91 $instance['title'] = sanitize_text_field( $new_instance['title'] ); |
91 $instance['title'] = sanitize_text_field( $new_instance['title'] ); |
92 return $instance; |
92 return $instance; |
93 } |
93 } |
94 |
|
95 } |
94 } |