Make WordPress Core

Ticket #33893: 33893.patch

File 33893.patch, 622 bytes (added by tyxla, 9 years ago)

_get_list_table(): Requiring WP_Comments_List_Table before requiring WP_Post_Comments_List_Table

  • src/wp-admin/includes/list-table.php

     
    2727                'WP_Terms_List_Table' => 'terms',
    2828                'WP_Users_List_Table' => 'users',
    2929                'WP_Comments_List_Table' => 'comments',
    30                 'WP_Post_Comments_List_Table' => 'post-comments',
     30                'WP_Post_Comments_List_Table' => array('comments', 'post-comments'),
    3131                'WP_Links_List_Table' => 'links',
    3232                'WP_Plugin_Install_List_Table' => 'plugin-install',
    3333                'WP_Themes_List_Table' => 'themes',