Make WordPress Core


Ignore:
Timestamp:
08/16/2009 09:09:24 AM (16 years ago)
Author:
westi
Message:

Add in the missing </td> so that the install page validates correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r11832 r11834  
    6969            <th scope="row"><label for="admin_email"><?php _e('Your E-mail'); ?></label></th>
    7070            <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>
    7272        </tr>
    7373        <tr>
Note: See TracChangeset for help on using the changeset viewer.