From fba0e92dc6c7364c204c937cddf76c4f46042243 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Sep 2015 03:13:20 +0000 Subject: [PATCH] Docs: Clarify the file header summary for wp-includes/widgets.php, the top-level file for the core Widgets API. Also fixes some minor grammar issues in the file description. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@33872 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/widgets.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/widgets.php b/src/wp-includes/widgets.php index 14a2659721..a8d8ba9eda 100644 --- a/src/wp-includes/widgets.php +++ b/src/wp-includes/widgets.php @@ -1,11 +1,13 @@