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 */