From 4c5276edcffa11d8c1816c3e0feb4d55397a2b51 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Sep 2015 02:49:39 +0000 Subject: [PATCH] Docs: Improve the file header for class-wp-widget.php to describe what the file contains. Also rewrites the class DocBlock summary for `WP_Widget` to better describe the '''purpose''' of the class. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@33869 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-widget.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-widget.php b/src/wp-includes/class-wp-widget.php index ca88bce193..fc7c4074d1 100644 --- a/src/wp-includes/class-wp-widget.php +++ b/src/wp-includes/class-wp-widget.php @@ -1,6 +1,6 @@