do_action( 'blog_privacy_selector'
);
} else { ?>
<label for="blog_public"><input name="blog_public" type="checkbox" id="blog_public" aria-describedby="privacy-desc" value="0" <?php
checked( 0,
$blog_public ); ?> />
<?php
_e( 'Discourage search engines from indexing this site'
); ?></label>
<p id="privacy-desc" class="description"><?php
_e( 'It is up to search engines to honor this request.'
); ?></p>
<?php
} ?>
</fieldset>
</td>
</tr>
</table>
<p class="step"><?php
submit_button( __( 'Install WordPress'
), 'large', 'Submit', false, array
( 'id' => 'submit'
) ); ?></p>
<input type="hidden" name="language" value="<?php
echo isset( $_REQUEST['language'
] ) ?
esc_attr( $_REQUEST['language'
] ) : ''; ?>" />
</form>
<?php
} // End display_setup_form().
// Let's check to make sure WP isn't already installed.
if ( is_blog_installed() ) { display_header();
die( '<h1>' .
__( 'Already Installed'
) . '</h1>' .
'<p>' .
__( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.'
) . '</p>' .