Changeset 11834 for trunk/wp-admin/install.php
- Timestamp:
- 08/16/2009 09:09:24 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r11832 r11834 69 69 <th scope="row"><label for="admin_email"><?php _e('Your E-mail'); ?></label></th> 70 70 <td><input name="admin_email" type="text" id="admin_email" size="25" value="<?php echo ( isset($_POST['admin_email']) ? esc_attr($_POST['admin_email']) : '' ); ?>" /><br /> 71 <?php _e('Double-check your email address before continuing.'); ?> 71 <?php _e('Double-check your email address before continuing.'); ?></td> 72 72 </tr> 73 73 <tr>
Note: See TracChangeset
for help on using the changeset viewer.