]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/install.php
Wordpress 2.9
[autoinstalls/wordpress.git] / wp-admin / install.php
index 4e97f02fe7b0fbb5cce0c0b36f8f933fb2f40925..8531a4b3f30d878acec4ddb9f43d285540020c65 100644 (file)
@@ -54,7 +54,7 @@ function display_setup_form( $error = null ) {
        if ( isset($_POST) && !empty($_POST) ) {
                $blog_public = isset($_POST['blog_public']);
        }
-       
+
        if ( ! is_null( $error ) ) {
 ?>
 <p><?php printf( __('<strong>ERROR</strong>: %s'), $error); ?></p>
@@ -68,7 +68,7 @@ function display_setup_form( $error = null ) {
                <tr>
                        <th scope="row"><label for="admin_email"><?php _e('Your E-mail'); ?></label></th>
                        <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 />
-                       <?php _e('Double-check your email address before continuing.'); ?>
+                       <?php _e('Double-check your email address before continuing.'); ?></td>
                </tr>
                <tr>
                        <td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked($blog_public); ?> /> <?php _e('Allow my blog to appear in search engines like Google and Technorati.'); ?></label></td>