Changeset 13870 for trunk/wp-admin/setup-config.php
- Timestamp:
- 03/28/2010 11:26:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r13853 r13870 246 246 <p>Sorry, but I can't write the <code>wp-config.php</code> file.</p> 247 247 <p>You can create the <code>wp-config.php</code> manually and paste the following text into it.</p> 248 <textarea cols="9 0" rows="15"><?php248 <textarea cols="98" rows="15" class="code"><?php 249 249 foreach( $configFile as $line ) { 250 250 echo htmlentities($line, ENT_COMPAT, 'UTF-8');
Note: See TracChangeset
for help on using the changeset viewer.