X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-includes/widgets/class-wp-widget-recent-posts.php 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 *