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.