Docs: Add a changelog entry to WP_Widget_Categories for non-category support, added in [34376].

See #21165. See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@34386 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-22 09:49:39 +00:00
parent 7f2fe52e40
commit 419bcab6d8

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