Ticket #18576: 18576.patch
| File 18576.patch, 964 bytes (added by , 14 years ago) |
|---|
-
wp-admin/css/install.dev.css
139 139 background: #f3f3f3; 140 140 } 141 141 142 .form-table code {143 line-height: 18px;144 font-size: 18px;145 }146 147 142 .form-table p { 148 143 margin: 4px 0 0 0; 149 144 font-size: 11px; -
wp-admin/setup-config.php
246 246 ?> 247 247 <p>Sorry, but I can't write the <code>wp-config.php</code> file.</p> 248 248 <p>You can create the <code>wp-config.php</code> manually and paste the following text into it.</p> 249 <textarea cols=" 98" rows="15" class="code"><?php249 <textarea cols="85" rows="15" class="code"><?php 250 250 foreach( $configFile as $line ) { 251 251 echo htmlentities($line, ENT_COMPAT, 'UTF-8'); 252 252 }