Changeset 43571 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r42343 r43571 165 165 $this->option_name = 'widget_' . $this->id_base; 166 166 $this->widget_options = wp_parse_args( 167 $widget_options, array( 167 $widget_options, 168 array( 168 169 'classname' => $this->option_name, 169 170 'customize_selective_refresh' => false,
Note: See TracChangeset
for help on using the changeset viewer.