~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/widgets/class-wp-widget-text.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                $widget_text = ! empty( $instance['text'] ) ? $instance['text'] : '';
51
51
 
52
52
                /**
53
 
                 * Filter the content of the Text widget.
 
53
                 * Filters the content of the Text widget.
54
54
                 *
55
55
                 * @since 2.3.0
56
56
                 * @since 4.4.0 Added the `$this` parameter.