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
This commit is contained in:
parent
d7624168cd
commit
c7022a334d
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue