Changeset 15519 for trunk/wp-admin/plugin-install.php
- Timestamp:
- 08/22/2010 11:22:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-install.php
r15496 r15519 12 12 require_once( './includes/default-list-tables.php' ); 13 13 14 $ table = new WP_Plugin_Install_Table;15 $ table->check_permissions();16 $ table->prepare_items();14 $wp_list_table = new WP_Plugin_Install_Table; 15 $wp_list_table->check_permissions(); 16 $wp_list_table->prepare_items(); 17 17 18 18 $title = __('Install Plugins');
Note: See TracChangeset
for help on using the changeset viewer.