Make WordPress Core


Ignore:
Timestamp:
08/22/2010 11:22:46 AM (14 years ago)
Author:
scribu
Message:

replace $table with $wp_list_table. See #14651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme-install.php

    r15491 r15519  
    262262 */
    263263function display_themes() {
    264     global $table;
    265 
    266     $table->display();
     264    global $wp_list_table;
     265
     266    $wp_list_table->display();
    267267}
    268268add_action('install_themes_search', 'display_themes');
Note: See TracChangeset for help on using the changeset viewer.