Changeset 41289 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r38899 r41289 36 36 require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); 37 37 38 /** Load WordPress Translation Install API */38 /** Load WordPress Translation Installation API */ 39 39 require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); 40 40 … … 58 58 ); 59 59 60 // Check if wp-config.php exists above the root directory but is not part of another install 60 // Check if wp-config.php exists above the root directory but is not part of another installation 61 61 if ( @file_exists( ABSPATH . '../wp-config.php' ) && ! @file_exists( ABSPATH . '../wp-settings.php' ) ) { 62 62 wp_die( '<p>' . sprintf( … … 369 369 } 370 370 ?></textarea> 371 <p><?php _e( 'After you’ve done that, click “Run the install .”' ); ?></p>372 <p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the install ' ); ?></a></p>371 <p><?php _e( 'After you’ve done that, click “Run the installation.”' ); ?></p> 372 <p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the installation' ); ?></a></p> 373 373 <script> 374 374 (function(){ … … 402 402 <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> 403 403 404 <p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the install ' ); ?></a></p>404 <p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the installation' ); ?></a></p> 405 405 <?php 406 406 endif;
Note: See TracChangeset
for help on using the changeset viewer.