Make WordPress Core


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

Commit the rest of [15955]. see #14579.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r15746 r15956  
    1010require_once( './admin.php' );
    1111
    12 $wp_list_table = get_list_table('posts');
     12$wp_list_table = get_list_table('WP_Posts_Table');
    1313$wp_list_table->check_permissions();
    1414
Note: See TracChangeset for help on using the changeset viewer.