From c4c26e4766fe5d4d638325306e10065197800f34 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Mar 2016 17:36:26 +0000 Subject: [PATCH] Docs: Standardize the class DocBlock summary for `Walker_Comment`. See #36300. Built from https://develop.svn.wordpress.org/trunk@37049 git-svn-id: http://core.svn.wordpress.org/trunk@37016 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-walker-comment.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-walker-comment.php b/wp-includes/class-walker-comment.php index ee497ce522..fbacab6cd2 100644 --- a/wp-includes/class-walker-comment.php +++ b/wp-includes/class-walker-comment.php @@ -8,7 +8,7 @@ */ /** - * HTML comment list class. + * Core walker class used to create an HTML list of comments. * * @since 2.7.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 9db2d3af6f..657fab432f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta4-37048'; +$wp_version = '4.5-beta4-37049'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.