Make WordPress Core


Ignore:
Timestamp:
10/17/2015 03:12:48 PM (9 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-themes-list-table.php

    r34912 r35241  
    11<?php
    22/**
    3  * Themes List Table class.
     3 * List Table API: WP_Themes_List_Table class
    44 *
    55 * @package WordPress
    6  * @subpackage List_Table
     6 * @subpackage Administration
     7 * @since 3.1.0
     8 */
     9
     10/**
     11 * Core class used to implement displaying installed themes in a list table.
     12 *
    713 * @since 3.1.0
    814 * @access private
     15 *
     16 * @see WP_List_Table
    917 */
    1018class WP_Themes_List_Table extends WP_List_Table {
Note: See TracChangeset for help on using the changeset viewer.