- Timestamp:
- 05/13/2014 05:16:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r27221 r28388 176 176 177 177 function get_table_classes() { 178 extract( $this->_args ); 179 180 return array( 'widefat', $plural ); 178 return array( 'widefat', $this->_args['plural'] ); 181 179 } 182 180
Note: See TracChangeset
for help on using the changeset viewer.