Make WordPress Core


Ignore:
Timestamp:
12/23/2010 02:34:14 PM (14 years ago)
Author:
ryan
Message:

Set the correct plural. Use plugins class on the table. Props scribu. fixes #15922

File:
1 edited

Legend:

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

    r17101 r17115  
    3333
    3434        parent::WP_List_Table( array(
    35             'plural' => 'plugins', // @todo replace with themes and add css
     35            'plural' => 'themes'
    3636        ) );
     37    }
     38
     39    function get_table_classes() {
     40        return array( 'widefat', 'fixed', 'plugins' );  // todo: remove and add CSS for .themes
    3741    }
    3842
Note: See TracChangeset for help on using the changeset viewer.