From 4d006fad9ecc8370d97e8404ee19e42ed6853674 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Aug 2015 23:14:21 +0000 Subject: [PATCH] Docs: Bring the file header and class DocBlock summaries for class-wp-widget.php in-line with the intention of the docs standard: * File headers: _What_ the file is * Class DocBlocks: What purpose the class serves. Mentioning the class name in the class DocBlock is redundant See #33413 Built from https://develop.svn.wordpress.org/trunk@33816 git-svn-id: http://core.svn.wordpress.org/trunk@33784 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 ce3288f621..ca88bce193 100644 --- a/wp-includes/class-wp-widget.php +++ b/wp-includes/class-wp-widget.php @@ -1,6 +1,6 @@