Ticket #18576: 18576.3.patch
| File 18576.3.patch, 999 bytes (added by , 14 years ago) |
|---|
-
wp-admin/css/install.dev.css
111 111 -khtml-border-radius: 3px; 112 112 -webkit-border-radius: 3px; 113 113 border-radius: 3px; 114 width: 695px; 114 115 } 115 116 116 117 .form-table { … … 139 140 background: #f3f3f3; 140 141 } 141 142 142 .form-table code {143 .form-table.installed code { 143 144 line-height: 18px; 144 145 font-size: 18px; 145 146 } -
wp-admin/install.php
220 220 221 221 <p><?php _e( 'WordPress has been installed. Were you expecting more steps? Sorry to disappoint.' ); ?></p> 222 222 223 <table class="form-table ">223 <table class="form-table installed"> 224 224 <tr> 225 225 <th><?php _e( 'Username' ); ?></th> 226 226 <td><code><?php echo esc_html( sanitize_user( $user_name, true ) ); ?></code></td>