Make WordPress Core


Ignore:
Timestamp:
10/17/2015 03:12:48 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing file headers to the list table classes and adjust class DocBlocks accordingly.

See #33701.

File:
1 edited

Legend:

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

    r34423 r35241  
    11<?php
    22/**
    3  * Comment API: WP_Post_Comments_List_Table class
     3 * List Table API: WP_Post_Comments_List_Table class
    44 *
    55 * @package WordPress
    6  * @subpackage List_Table
     6 * @subpackage Administration
    77 * @since 4.4.0
    88 */
    99
    1010/**
    11  * Core list table class used to output the post comments list table.
     11 * Core class used to implement displaying post comments in a list table.
    1212 *
    1313 * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.