Make WordPress Core

Ticket #20649: 20649.diff

File 20649.diff, 945 bytes (added by helenyhou, 13 years ago)
  • wp-admin/includes/class-wp-theme-install-list-table.php

     
    348348                                <div class="theme-description">
    349349                                        <?php echo wp_kses( $theme->description, $themes_allowedtags ); ?>
    350350                                </div>
     351                                <br class="clear" />
    351352                        </div>
    352353                        <input class="theme-preview-url" type="hidden" value="<?php echo esc_url( $theme->preview_url ); ?>" />
    353354                </div>
  • wp-admin/css/wp-admin.dev.css

     
    54765476
    54775477.install-theme-info {
    54785478        display: none;
    5479         padding: 45px 20px 15px;
     5479        padding: 45px 20px 60px;
    54805480}
    54815481
    54825482.single-theme .install-theme-info {