Make WordPress Core


Ignore:
Timestamp:
09/22/2015 02:30:07 PM (10 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-post-comments-list-table.php

    r34223 r34423  
    11<?php
    22/**
    3  * Post Comments List Table class
     3 * Comment API: WP_Post_Comments_List_Table class
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Post Comments List Table class.
     11 * Core list table class used to output the post comments list table.
    1212 *
    13  * @package WordPress
    14  * @subpackage List_Table
    1513 * @since 3.1.0
    1614 * @access private
    1715 *
    18  * @see WP_Comments_Table
     16 * @see WP_Comments_List_Table
    1917 */
    2018class WP_Post_Comments_List_Table extends WP_Comments_List_Table {
Note: See TracChangeset for help on using the changeset viewer.