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/plugin-install.php

    r15491 r15519  
    163163 */
    164164function display_plugins_table() {
    165     global $table;
    166 
    167     $table->display();
     165    global $wp_list_table;
     166
     167    $wp_list_table->display();
    168168}
    169169add_action('install_plugins_search', 'display_plugins_table');
Note: See TracChangeset for help on using the changeset viewer.