From fb75e4b938d9179aeb80cba08bba8ca334b213eb Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 26 Aug 2015 08:01:20 +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. Built from https://develop.svn.wordpress.org/trunk@33758 git-svn-id: http://core.svn.wordpress.org/trunk@33726 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widgets.php | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 34faf1c29d..690a163954 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33757'; +$wp_version = '4.4-alpha-33758'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 67e27365c7..14a2659721 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -1,7 +1,9 @@