- Timestamp:
- 07/18/2017 10:10:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-custom-html.php
r41000 r41086 62 62 $title = apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ); 63 63 64 $content = $instance['content']; 64 /** This filter is documented in wp-includes/widgets/class-wp-widget-text.php */ 65 $content = apply_filters( 'widget_text', $instance['content'], $instance, $this ); 65 66 66 67 /**
Note: See TracChangeset
for help on using the changeset viewer.