From 0608fc8deae3dd7cfbe6cfeb194ed9e0c88e21c2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 14:54:25 +0000 Subject: [PATCH] Docs: Add a file header to wp-includes/widgets/class-wp-widget-recent-posts.php, introduced in [33746]. Also clarifies the class DocBlock summary and tags for `WP_Widget_Recent_Posts`. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@34436 git-svn-id: http://core.svn.wordpress.org/trunk@34400 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widgets/class-wp-widget-recent-posts.php | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 6046652a97..f275a5b0c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34435'; +$wp_version = '4.4-alpha-34436'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets/class-wp-widget-recent-posts.php b/wp-includes/widgets/class-wp-widget-recent-posts.php index cfd9be7fa7..512009dde9 100644 --- a/wp-includes/widgets/class-wp-widget-recent-posts.php +++ b/wp-includes/widgets/class-wp-widget-recent-posts.php @@ -1,10 +1,18 @@