Make WordPress Core


Ignore:
Timestamp:
08/12/2010 11:21:05 PM (15 years ago)
Author:
scribu
Message:

Introduce WP_List_Table::check_permissions() and WP_List_Table::prepare_items(). Fixes #14596; See #14579

File:
1 edited

Legend:

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

    r15491 r15496  
    1313
    1414$table = new WP_Posts_Table;
     15$table->check_permissions();
    1516
    1617// Back-compat for viewing comments of an entry
     
    118119    $post_new_file = 'post-new.php';
    119120}
     121
     122$table->prepare_items();
    120123
    121124wp_enqueue_script('inline-edit-post');
Note: See TracChangeset for help on using the changeset viewer.