Changeset 33774 for trunk/src/wp-admin/install.php
- Timestamp:
- 08/28/2015 03:16:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r33495 r33774 173 173 <?php endif; ?> 174 174 <tr> 175 <th scope="row"><label for="admin_email"><?php _e( 'Your E -mail' ); ?></label></th>175 <th scope="row"><label for="admin_email"><?php _e( 'Your Email' ); ?></label></th> 176 176 <td><input name="admin_email" type="email" id="admin_email" size="25" value="<?php echo esc_attr( $admin_email ); ?>" /> 177 177 <p><?php _e( 'Double-check your email address before continuing.' ); ?></p></td> … … 294 294 $public = isset( $_POST['blog_public'] ) ? (int) $_POST['blog_public'] : 0; 295 295 296 // Check e -mail address.296 // Check email address. 297 297 $error = false; 298 298 if ( empty( $user_name ) ) {
Note: See TracChangeset
for help on using the changeset viewer.