]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/widgets/class-wp-widget-text.php
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-includes / widgets / class-wp-widget-text.php
index a8ec3d4fd81dff90fe6d5dd186780f2d75f74b5a..a379fd719dc316e995179d15575f461c830bc4ad 100644 (file)
@@ -50,7 +50,7 @@ class WP_Widget_Text extends WP_Widget {
                $widget_text = ! empty( $instance['text'] ) ? $instance['text'] : '';
 
                /**
-                * Filter the content of the Text widget.
+                * Filters the content of the Text widget.
                 *
                 * @since 2.3.0
                 * @since 4.4.0 Added the `$this` parameter.