Make WordPress Core

Changeset 27502


Ignore:
Timestamp:
03/11/2014 04:22:44 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove duplicate description of WP_List_Table class.

props bravokeyl.
fixes #27346.

File:
1 edited

Legend:

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

    r27036 r27502  
    11<?php
    2 /**
    3  * Base class for displaying a list of items in an ajaxified HTML table.
    4  *
    5  * @package WordPress
    6  * @subpackage List_Table
    7  * @since 3.1.0
    8  */
    9 
    102/**
    113 * Base class for displaying a list of items in an ajaxified HTML table.
Note: See TracChangeset for help on using the changeset viewer.