- 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-custom-html.php
r43174 r43571 132 132 // Prepare instance data that looks like a normal Text widget. 133 133 $simulated_text_widget_instance = array_merge( 134 $instance, array( 134 $instance, 135 array( 135 136 'text' => isset( $instance['content'] ) ? $instance['content'] : '', 136 137 'filter' => false, // Because wpautop is not applied.
Note: See TracChangeset
for help on using the changeset viewer.