From f78a3692d1b8f5fb01346beae039eb9d9797b83c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 14:47:32 +0000 Subject: [PATCH] Docs: Add a file header to wp-includes/widgets/class-wp-widget-meta.php, introduced in [33746]. Also clarifies the class DocBlock summary and tags for `WP_Widget_Meta`. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@34433 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/widgets/class-wp-widget-meta.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/widgets/class-wp-widget-meta.php b/src/wp-includes/widgets/class-wp-widget-meta.php index 70c30420ff..4ea6cbe996 100644 --- a/src/wp-includes/widgets/class-wp-widget-meta.php +++ b/src/wp-includes/widgets/class-wp-widget-meta.php @@ -1,12 +1,20 @@