Ticket #15922: 15922.diff
| File 15922.diff, 731 bytes (added by scribu, 2 years ago) |
|---|
-
wp-admin/includes/class-wp-ms-themes-list-table.php
32 32 $this->site_id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; 33 33 34 34 parent::WP_List_Table( array( 35 'plural' => ' plugins', // @todo replace with themes and add css35 'plural' => 'themes' 36 36 ) ); 37 37 } 38 38 39 function get_table_classes() { 40 return array( 'widefat', 'fixed', 'plugins' ); // todo: remove and add CSS for .themes 41 } 42 39 43 function ajax_user_can() { 40 44 $menu_perms = get_site_option( 'menu_items', array() ); 41 45
