Ticket #9029: 9029.diff
| File 9029.diff, 450 bytes (added by , 17 years ago) |
|---|
-
wp-admin/themes.php
147 147 </div> 148 148 <?php endif; ?> 149 149 150 <?php if ( 1 < $theme_total ) { ?>151 150 <table id="availablethemes" cellspacing="0" cellpadding="0"> 152 151 <?php 153 152 $style = ''; … … 215 214 </tr> 216 215 <?php } // end foreach $table ?> 217 216 </table> 218 <?php } ?>219 217 220 218 <br class="clear" /> 221 219