From a88e3e9a1dab3749c3e93b496efa423f9c264442 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 09:50:25 +0000 Subject: [PATCH] Docs: Add a changelog entry to `WP_Widget_Categories` for non-category support, added in [34376]. See #21165. See #32246. Built from https://develop.svn.wordpress.org/trunk@34386 git-svn-id: http://core.svn.wordpress.org/trunk@34350 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widgets/class-wp-widget-categories.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index e6553f9d70..cebf450e61 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34385'; +$wp_version = '4.4-alpha-34386'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets/class-wp-widget-categories.php b/wp-includes/widgets/class-wp-widget-categories.php index 0328d36639..ed293062de 100644 --- a/wp-includes/widgets/class-wp-widget-categories.php +++ b/wp-includes/widgets/class-wp-widget-categories.php @@ -11,6 +11,7 @@ * Core class that implements a Categories widget. * * @since 2.8.0 + * @since 4.4.0 Added support for other taxonomies. * * @see WP_Widget */