From 8aefa21974b3f20c4224b09b6c90ebfb826a0085 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Aug 2015 23:13:45 +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 git-svn-id: https://develop.svn.wordpress.org/trunk@33816 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 ce3288f621..ca88bce193 100644 --- a/src/wp-includes/class-wp-widget.php +++ b/src/wp-includes/class-wp-widget.php @@ -1,6 +1,6 @@