Make WordPress Core

Ticket #18576: 18576.3.patch

File 18576.3.patch, 999 bytes (added by SergeyBiryukov, 14 years ago)
  • wp-admin/css/install.dev.css

     
    111111        -khtml-border-radius: 3px;
    112112        -webkit-border-radius: 3px;
    113113        border-radius: 3px;
     114        width: 695px;
    114115}
    115116
    116117.form-table {
     
    139140        background: #f3f3f3;
    140141}
    141142
    142 .form-table code {
     143.form-table.installed code {
    143144        line-height: 18px;
    144145        font-size: 18px;
    145146}
  • wp-admin/install.php

     
    220220
    221221<p><?php _e( 'WordPress has been installed. Were you expecting more steps? Sorry to disappoint.' ); ?></p>
    222222
    223 <table class="form-table">
     223<table class="form-table installed">
    224224        <tr>
    225225                <th><?php _e( 'Username' ); ?></th>
    226226                <td><code><?php echo esc_html( sanitize_user( $user_name, true ) ); ?></code></td>