From d259fba59f8a7cebcdfe424500467a5b9e6a0e77 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 14:45:25 +0000 Subject: [PATCH] Docs: Clarify the class DocBlock summary for `WP_Widget_Categories`. See #32246. Built from https://develop.svn.wordpress.org/trunk@34431 git-svn-id: http://core.svn.wordpress.org/trunk@34395 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widgets/class-wp-widget-categories.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 5964aa9ae4..c1aeeef2c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34430'; +$wp_version = '4.4-alpha-34431'; /** * 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 ed293062de..fcb74a6818 100644 --- a/wp-includes/widgets/class-wp-widget-categories.php +++ b/wp-includes/widgets/class-wp-widget-categories.php @@ -8,7 +8,7 @@ */ /** - * Core class that implements a Categories widget. + * Core class used to implement a Categories widget. * * @since 2.8.0 * @since 4.4.0 Added support for other taxonomies.