From f980e7b9bbe3c748ab6307a885622cc90d0806bb Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 13:36:25 +0000 Subject: [PATCH] Docs: Clarify the file header summary for wp-includes/default-widgets.php, the top-level file for bringing in the core widget classes. Also adds inline DocBlocks for the widget classes now brought in via `require_once()` as of [33843]. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@34408 git-svn-id: http://core.svn.wordpress.org/trunk@34372 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 28 +++++++++++++++++++++++++++- wp-includes/version.php | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index 184159af26..0cf5fc336b 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -1,21 +1,47 @@