From a92dc6aeed02f91be38a92168180d07235fb40b2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Sep 2015 02:50:21 +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. Built from https://develop.svn.wordpress.org/trunk@33869 git-svn-id: http://core.svn.wordpress.org/trunk@33837 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-widget.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-widget.php b/wp-includes/class-wp-widget.php index ca88bce193..fc7c4074d1 100644 --- a/wp-includes/class-wp-widget.php +++ b/wp-includes/class-wp-widget.php @@ -1,6 +1,6 @@