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.


git-svn-id: https://develop.svn.wordpress.org/trunk@34423 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-22 14:30:07 +00:00
parent b3b19607bd
commit 1de376cd8b
1 changed files with 3 additions and 5 deletions

View File

@ -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 {