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
This commit is contained in:
Drew Jaynes 2015-09-22 09:50:25 +00:00
parent 89a1bb93e4
commit a88e3e9a1d
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

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