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-tags.php

    r15491 r15496  
    1313
    1414$table = new WP_Terms_Table;
     15$table->check_permissions();
    1516
    1617$title = $tax->labels->name;
     
    151152     exit;
    152153}
     154
     155$table->prepare_items();
    153156
    154157wp_enqueue_script('admin-tags');
Note: See TracChangeset for help on using the changeset viewer.