Make WordPress Core


Ignore:
Timestamp:
03/28/2010 11:26:06 AM (15 years ago)
Author:
dd32
Message:

Pretty up the code text boxes on Install. Affects the non-writable wp-config.php mainly. Code styling taken from Network panel. Props ocean90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r13853 r13870  
    246246<p>Sorry, but I can't write the <code>wp-config.php</code> file.</p>
    247247<p>You can create the <code>wp-config.php</code> manually and paste the following text into it.</p>
    248 <textarea cols="90" rows="15"><?php
     248<textarea cols="98" rows="15" class="code"><?php
    249249        foreach( $configFile as $line ) {
    250250            echo htmlentities($line, ENT_COMPAT, 'UTF-8');
Note: See TracChangeset for help on using the changeset viewer.