Make WordPress Core

Ticket #18576: 18576.patch

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

     
    139139        background: #f3f3f3;
    140140}
    141141
    142 .form-table code {
    143         line-height: 18px;
    144         font-size: 18px;
    145 }
    146 
    147142.form-table p {
    148143        margin: 4px 0 0 0;
    149144        font-size: 11px;
  • wp-admin/setup-config.php

     
    246246?>
    247247<p>Sorry, but I can't write the <code>wp-config.php</code> file.</p>
    248248<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"><?php
     249<textarea cols="85" rows="15" class="code"><?php
    250250                foreach( $configFile as $line ) {
    251251                        echo htmlentities($line, ENT_COMPAT, 'UTF-8');
    252252                }