Make WordPress Core


Ignore:
Timestamp:
11/01/2010 09:19:50 AM (14 years ago)
Author:
westi
Message:

The big renaming of the list-table class files.
See #14579

File:
1 moved

Legend:

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

    r16123 r16128  
    1515 * @since 3.1.0
    1616 */
    17 class WP_Comments_Table extends WP_List_Table {
     17class WP_Comments_List_Table extends WP_List_Table {
    1818
    1919    var $checkbox = true;
     
    2222    var $pending_count = array();
    2323
    24     function WP_Comments_Table() {
     24    function WP_Comments_List_Table() {
    2525        global $mode;
    2626
     
    503503 * @see WP_Comments_Table
    504504 */
    505 class WP_Post_Comments_Table extends WP_Comments_Table {
     505class WP_Post_Comments_List_Table extends WP_Comments_List_Table {
    506506
    507507    function get_columns() {
Note: See TracChangeset for help on using the changeset viewer.