From c7022a334dc6a4c3ba7b00b42343e8873e20ffa5 Mon Sep 17 00:00:00 2001
From: Drew Jaynes <info@drewapicture.com>
Date: Tue, 22 Sep 2015 14:31:24 +0000
Subject: [PATCH] Docs: Clarify the file header summary for
 wp-admin/includes/class-wp-post-comments-list-table.php, introduced in
 [34223].

Also clarifies the class DocBlock summary and tags for `WP_Post_Comments_List_Table`.

See #33413. See #33701.

Built from https://develop.svn.wordpress.org/trunk@34423


git-svn-id: http://core.svn.wordpress.org/trunk@34387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
 wp-admin/includes/class-wp-post-comments-list-table.php | 8 +++-----
 wp-includes/version.php                                 | 2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/wp-admin/includes/class-wp-post-comments-list-table.php b/wp-admin/includes/class-wp-post-comments-list-table.php
index 575dfc0602..e591e536f9 100644
--- a/wp-admin/includes/class-wp-post-comments-list-table.php
+++ b/wp-admin/includes/class-wp-post-comments-list-table.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Post Comments List Table class
+ * Comment API: WP_Post_Comments_List_Table class
  *
  * @package WordPress
  * @subpackage List_Table
@@ -8,14 +8,12 @@
  */
 
 /**
- * Post Comments List Table class.
+ * Core list table class used to output the post comments list table.
  *
- * @package WordPress
- * @subpackage List_Table
  * @since 3.1.0
  * @access private
  *
- * @see WP_Comments_Table
+ * @see WP_Comments_List_Table
  */
 class WP_Post_Comments_List_Table extends WP_Comments_List_Table {
 
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 35f368e193..8d668aa538 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '4.4-alpha-34422';
+$wp_version = '4.4-alpha-34423';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.