Changeset 52978 for trunk/src/wp-admin/install.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r50561 r52978 359 359 360 360 <h2><?php _e( 'Information needed' ); ?></h2> 361 <p><?php _e( 'Please provide the following information. Do n’t worry, you can always change these settings later.' ); ?></p>361 <p><?php _e( 'Please provide the following information. Do not worry, you can always change these settings later.' ); ?></p> 362 362 363 363 <?php … … 406 406 } elseif ( ! is_email( $admin_email ) ) { 407 407 // TODO: Poka-yoke. 408 display_setup_form( __( 'Sorry, that is n’t a valid email address. Email addresses look like <code>username@example.com</code>.' ) );408 display_setup_form( __( 'Sorry, that is not a valid email address. Email addresses look like <code>username@example.com</code>.' ) ); 409 409 $error = true; 410 410 }
Note: See TracChangeset
for help on using the changeset viewer.