Ticket #22507: 22507.diff
| File 22507.diff, 797 bytes (added by bradparbs, 6 months ago) |
|---|
-
wp-admin/setup-config.php
283 283 chmod(ABSPATH . 'wp-config.php', 0666); 284 284 setup_config_display_header(); 285 285 ?> 286 <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>286 <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> 287 287 288 288 <p class="step"><a href="install.php" class="button button-large"><?php _e( 'Run the install' ); ?></a></p> 289 289 <?php
