From 2fda97b15aadbe70ed2b8d738fdfe7d1221e8d70 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 26 Aug 2015 08:00:35 +0000 Subject: [PATCH] Docs: Add inline-docblocks for the `require_once()` calls that now bring in the `WP_Widget` and `WP_Widget_Factory` classes, as well as general core widgets functionality, as of [33746]. See [33746]. See #33413. git-svn-id: https://develop.svn.wordpress.org/trunk@33758 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/widgets.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/widgets.php b/src/wp-includes/widgets.php index 67e27365c7..14a2659721 100644 --- a/src/wp-includes/widgets.php +++ b/src/wp-includes/widgets.php @@ -1,7 +1,9 @@