Changeset 41087 for branches/4.8/src/wp-includes/default-widgets.php
- Timestamp:
- 07/18/2017 10:18:12 PM (8 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-includes/default-widgets.php
r41044 r41087 120 120 $title = apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ); 121 121 122 $content = $instance['content']; 122 /** This filter is documented in wp-includes/widgets/class-wp-widget-text.php */ 123 $content = apply_filters( 'widget_text', $instance['content'], $instance, $this ); 123 124 124 125 /**
Note: See TracChangeset
for help on using the changeset viewer.