- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r29137 r29206 34 34 35 35 protected function get_table_classes() { 36 return array( 'widefat', 'plugins' ); // todo: remove and add CSS for .themes 36 // todo: remove and add CSS for .themes 37 return array( 'widefat', 'plugins' ); 37 38 } 38 39 … … 269 270 } 270 271 271 // preorder272 // Pre-order. 272 273 $actions = array( 273 274 'enable' => '',
Note: See TracChangeset
for help on using the changeset viewer.