Changeset 24379
- Timestamp:
- 05/28/2013 04:10:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-themes-list-table.php
r23563 r24379 244 244 245 245 function display_rows() { 246 foreach ( $this->items as $ key => $theme )247 $this->single_row( $ key, $theme );248 } 249 250 function single_row( $ key, $theme ) {246 foreach ( $this->items as $theme ) 247 $this->single_row( $theme ); 248 } 249 250 function single_row( $theme ) { 251 251 global $status, $page, $s, $totals; 252 252
Note: See TracChangeset
for help on using the changeset viewer.