Make WordPress Core


Ignore:
Timestamp:
10/25/2010 12:12:41 AM (14 years ago)
Author:
nacin
Message:

Shuffle list-table files. First pass. see #14579.

File:
1 moved

Legend:

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

    r15953 r15954  
    821821function get_list_table( $type ) {
    822822    require_once( ABSPATH . '/wp-admin/includes/default-list-tables.php' );
     823    // Temp
     824    require_once( ABSPATH . '/wp-admin/includes/list-table-posts.php' );
    823825
    824826    $class = 'WP_' . strtr( ucwords( strtr( $type, '-', ' ') ), ' ', '_' ) . '_Table';
Note: See TracChangeset for help on using the changeset viewer.