From 89a1bb93e45550acfad0474c90902b7eb6bae5aa Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 09:48:25 +0000 Subject: [PATCH] Docs: Add a file header to wp-includes/widgets/class-wp-widget-categories.php. See #33413. Built from https://develop.svn.wordpress.org/trunk@34385 git-svn-id: http://core.svn.wordpress.org/trunk@34349 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widgets/class-wp-widget-categories.php | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 0569c62818..e6553f9d70 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34384'; +$wp_version = '4.4-alpha-34385'; /** * 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 dabfc0ee6b..0328d36639 100644 --- a/wp-includes/widgets/class-wp-widget-categories.php +++ b/wp-includes/widgets/class-wp-widget-categories.php @@ -1,10 +1,18 @@