Changeset 22395
- Timestamp:
- 11/06/2012 12:52:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-themes-list-table.php
r21914 r22395 243 243 } 244 244 245 function bulk_actions( $which ) {246 global $status;247 parent::bulk_actions( $which );248 }249 250 function current_action() {251 return parent::current_action();252 }253 254 245 function display_rows() { 255 246 foreach ( $this->items as $key => $theme )
Note: See TracChangeset
for help on using the changeset viewer.