- Timestamp:
- 12/23/2010 02:34:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-themes-list-table.php
r17101 r17115 33 33 34 34 parent::WP_List_Table( array( 35 'plural' => ' plugins', // @todo replace with themes and add css35 'plural' => 'themes' 36 36 ) ); 37 } 38 39 function get_table_classes() { 40 return array( 'widefat', 'fixed', 'plugins' ); // todo: remove and add CSS for .themes 37 41 } 38 42
Note: See TracChangeset
for help on using the changeset viewer.