Move WP_Post_Comments_List_Table to its own file.

See #33413.


git-svn-id: https://develop.svn.wordpress.org/trunk@34223 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-09-16 06:52:35 +00:00
parent 7e706c285b
commit 05cd237d5e
3 changed files with 81 additions and 73 deletions

View File

@@ -27,7 +27,7 @@ function _get_list_table( $class, $args = array() ) {
'WP_Terms_List_Table' => 'terms',
'WP_Users_List_Table' => 'users',
'WP_Comments_List_Table' => 'comments',
'WP_Post_Comments_List_Table' => 'comments',
'WP_Post_Comments_List_Table' => 'post-comments',
'WP_Links_List_Table' => 'links',
'WP_Plugin_Install_List_Table' => 'plugin-install',
'WP_Themes_List_Table' => 'themes',