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: https://develop.svn.wordpress.org/trunk@16175 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2010-11-04 08:07:03 +00:00
parent ef54c47f7a
commit 817aa1975c
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_Posts');
$wp_list_table = get_list_table('WP_Posts_List_Table');
$wp_list_table->check_permissions();
// Back-compat for viewing comments of an entry