Revert [16171] and [16172] - The class names were fine as they were and the MultiSite classes stand out more with the original naming.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2010-11-04 08:07:03 +00:00
parent 17fbb0e123
commit 5e90c5d1c3
30 changed files with 65 additions and 65 deletions

View File

@@ -9,7 +9,7 @@
/** WordPress Administration Bootstrap */
require_once('./admin.php');
$wp_list_table = get_list_table('WP_List_Table_Theme_Install');
$wp_list_table = get_list_table('WP_Theme_Install_List_Table');
$wp_list_table->check_permissions();
$wp_list_table->prepare_items();