Ticket #20649: 20649.diff
File 20649.diff, 945 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/class-wp-theme-install-list-table.php
348 348 <div class="theme-description"> 349 349 <?php echo wp_kses( $theme->description, $themes_allowedtags ); ?> 350 350 </div> 351 <br class="clear" /> 351 352 </div> 352 353 <input class="theme-preview-url" type="hidden" value="<?php echo esc_url( $theme->preview_url ); ?>" /> 353 354 </div> -
wp-admin/css/wp-admin.dev.css
5476 5476 5477 5477 .install-theme-info { 5478 5478 display: none; 5479 padding: 45px 20px 15px;5479 padding: 45px 20px 60px; 5480 5480 } 5481 5481 5482 5482 .single-theme .install-theme-info {