X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b925718b4bf2dd47a8429f844d0a255ca6e35bd1..b22765f41bf0b2021b9beb9120ee0ac91fa89292:/wp-includes/widgets/class-wp-widget-recent-posts.php?ds=sidebyside diff --git a/wp-includes/widgets/class-wp-widget-recent-posts.php b/wp-includes/widgets/class-wp-widget-recent-posts.php index fdb54a0f..9483b97e 100644 --- a/wp-includes/widgets/class-wp-widget-recent-posts.php +++ b/wp-includes/widgets/class-wp-widget-recent-posts.php @@ -58,7 +58,7 @@ class WP_Widget_Recent_Posts extends WP_Widget { $show_date = isset( $instance['show_date'] ) ? $instance['show_date'] : false; /** - * Filter the arguments for the Recent Posts widget. + * Filters the arguments for the Recent Posts widget. * * @since 3.4.0 *