- Timestamp:
- 07/13/2014 10:08:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r29118 r29137 251 251 } 252 252 253 p rotectedfunction display_rows() {253 public function display_rows() { 254 254 foreach ( $this->items as $theme ) 255 255 $this->single_row( $theme ); 256 256 } 257 257 258 p rotectedfunction single_row( $theme ) {258 public function single_row( $theme ) { 259 259 global $status, $page, $s, $totals; 260 260
Note: See TracChangeset
for help on using the changeset viewer.