From 6acc3944d36bccac38110863fb2432b3beb003b5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 14:53:44 +0000 Subject: [PATCH] Docs: Add a file header to wp-includes/widgets/class-wp-widget-recent-posts.php, introduced in [33746]. Also clarifies the class DocBlock summary and tags for `WP_Widget_Recent_Posts`. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@34436 602fd350-edb4-49c9-b593-d223f7449a82 --- .../widgets/class-wp-widget-recent-posts.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/widgets/class-wp-widget-recent-posts.php b/src/wp-includes/widgets/class-wp-widget-recent-posts.php index cfd9be7fa7..512009dde9 100644 --- a/src/wp-includes/widgets/class-wp-widget-recent-posts.php +++ b/src/wp-includes/widgets/class-wp-widget-recent-posts.php @@ -1,10 +1,18 @@