- Timestamp:
- 07/18/2017 10:18:12 PM (7 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-includes/widgets/class-wp-widget-text.php
r41071 r41087 214 214 * @since 2.3.0 215 215 * @since 4.4.0 Added the `$this` parameter. 216 * @since 4.8.1 The `$this` param may now be a `WP_Widget_Custom_HTML` object in addition to a `WP_Widget_Text` object. 216 217 * 217 * @param string $text The widget content.218 * @param array $instance Array of settings for the current widget.219 * @param WP_Widget_Text $this Current Text widget instance.218 * @param string $text The widget content. 219 * @param array $instance Array of settings for the current widget. 220 * @param WP_Widget_Text|WP_Widget_Custom_HTML $this Current Text widget instance. 220 221 */ 221 222 $text = apply_filters( 'widget_text', $text, $instance, $this );
Note: See TracChangeset
for help on using the changeset viewer.