Changeset 21870
- Timestamp:
- 09/16/2012 06:26:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r21869 r21870 117 117 <li><?php _e( 'Table prefix (if you want to run more than one WordPress in a single database)' ); ?></li> 118 118 </ol> 119 <p><strong><?php _e( "If for any reason this automatic file creation doesn 't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>." ); ?></strong></p>119 <p><strong><?php _e( "If for any reason this automatic file creation doesn’t work, don’t worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>." ); ?></strong></p> 120 120 <p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready…" ); ?></p> 121 121 … … 128 128 ?> 129 129 <form method="post" action="setup-config.php?step=2"> 130 <p><?php _e( "Below you should enter your database connection details. If you 're not sure about these, contact your host." ); ?></p>130 <p><?php _e( "Below you should enter your database connection details. If you’re not sure about these, contact your host." ); ?></p> 131 131 <table class="form-table"> 132 132 <tr> … … 257 257 setup_config_display_header(); 258 258 ?> 259 <p><?php _e( "Sorry, but I can 't write the <code>wp-config.php</code> file." ); ?></p>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" readonly="readonly"><?php261 <textarea id="wp-config" 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'); 264 264 } 265 265 ?></textarea> 266 <p><?php _e( 'After you \'ve done that, click "Run the install."' ); ?></p>266 <p><?php _e( 'After you’ve done that, click “Run the install.”' ); ?></p> 267 267 <p class="step"><a href="install.php" class="button"><?php _e( 'Run the install' ); ?></a></p> 268 268 <?php … … 276 276 setup_config_display_header(); 277 277 ?> 278 <p><?php _e( "All right sparky! You 've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…" ); ?></p>278 <p><?php _e( "All right sparky! You’ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…" ); ?></p> 279 279 280 280 <p class="step"><a href="install.php" class="button"><?php _e( 'Run the install' ); ?></a></p>
Note: See TracChangeset
for help on using the changeset viewer.