Make WordPress Core

Changeset 34231


Ignore:
Timestamp:
09/16/2015 11:36:35 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Comments: Fix a fatal error in Comments meta box after [34223].

Props tyxla.
Fixes #33893. See #33413.

File:
1 edited

Legend:

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

    r34223 r34231  
    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',
Note: See TracChangeset for help on using the changeset viewer.