Changeset 21869
- Timestamp:
- 09/16/2012 06:01:04 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/setup-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r21856 r21869 259 259 <p><?php _e( "Sorry, but I can't write the <code>wp-config.php</code> file." ); ?></p> 260 260 <p><?php _e( 'You can create the <code>wp-config.php</code> manually and paste the following text into it.' ); ?></p> 261 <textarea cols="98" rows="15" class="code" ><?php261 <textarea cols="98" rows="15" class="code" readonly="readonly"><?php 262 262 foreach( $config_file as $line ) { 263 263 echo htmlentities($line, ENT_COMPAT, 'UTF-8');
Note: See TracChangeset
for help on using the changeset viewer.