Make WordPress Core


Ignore:
Timestamp:
09/16/2015 06:52:35 AM (9 years ago)
Author:
wonderboymusic
Message:

Move WP_Post_Comments_List_Table to its own file.

See #33413.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/list-table.php

    r32656 r34223  
    2828        'WP_Users_List_Table' => 'users',
    2929        'WP_Comments_List_Table' => 'comments',
    30         'WP_Post_Comments_List_Table' => 'comments',
     30        'WP_Post_Comments_List_Table' => 'post-comments',
    3131        'WP_Links_List_Table' => 'links',
    3232        'WP_Plugin_Install_List_Table' => 'plugin-install',
Note: See TracChangeset for help on using the changeset viewer.