- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/custom-html-widget.php
r42343 r43571 93 93 // Convert Custom HTML widget instance into Text widget instance data. 94 94 $text_widget_instance = array_merge( 95 $instance, array( 95 $instance, 96 array( 96 97 'text' => $instance['content'], 97 98 'filter' => false,
Note: See TracChangeset
for help on using the changeset viewer.