- Timestamp:
- 05/29/2015 09:31:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r32654 r32656 213 213 } 214 214 215 /** 216 * @access public 217 */ 215 218 public function no_items() { 216 219 if ( ! $this->has_items ) … … 325 328 } 326 329 330 /** 331 * @access public 332 */ 327 333 public function display_rows() { 328 334 foreach ( $this->items as $theme ) … … 335 341 * @global string $s 336 342 * @global array $totals 337 * 343 * 338 344 * @param WP_Theme $theme 339 345 */
Note: See TracChangeset
for help on using the changeset viewer.