Changeset 10675
- Timestamp:
- 03/01/2009 07:38:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme-install.php
r10674 r10675 382 382 ?> <br class="clear" /> 383 383 </div> 384 <?php 385 if ( empty($themes) ) { 386 _e('No themes found'); 387 return; 388 } 389 ?> 384 390 <table id="availablethemes" cellspacing="0" cellpadding="0"> 385 391 <?php 386 392 $in_column = 0; 387 393 $rows = ceil(count($themes) / 3); 394 $table = array(); 388 395 $i = 0; 389 396 for ( $row = 1; $row <= $rows; $row++ ) {
Note: See TracChangeset
for help on using the changeset viewer.