Make WordPress Core


Ignore:
Timestamp:
11/03/2010 09:09:27 PM (13 years ago)
Author:
scribu
Message:

List-table Class Names: Consistency's Revenge. See #14579

File:
1 moved

Legend:

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

    r16170 r16171  
    1515 * @since 3.1.0
    1616 */
    17 class WP_Comments_List_Table extends WP_List_Table {
     17class WP_List_Table_Comments extends WP_List_Table {
    1818
    1919    var $checkbox = true;
     
    2222    var $pending_count = array();
    2323
    24     function WP_Comments_List_Table() {
     24    function WP_List_Table_Comments() {
    2525        global $mode;
    2626
     
    503503 * @see WP_Comments_Table
    504504 */
    505 class WP_Post_Comments_List_Table extends WP_Comments_List_Table {
     505class WP_List_Table_Post_Comments extends WP_List_Table_Comments {
    506506
    507507    function get_columns() {
Note: See TracChangeset for help on using the changeset viewer.