Changeset 15519 for trunk/wp-admin/includes/theme-install.php
- Timestamp:
- 08/22/2010 11:22:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme-install.php
r15491 r15519 262 262 */ 263 263 function display_themes() { 264 global $ table;265 266 $ table->display();264 global $wp_list_table; 265 266 $wp_list_table->display(); 267 267 } 268 268 add_action('install_themes_search', 'display_themes');
Note: See TracChangeset
for help on using the changeset viewer.