<?php
echo esc_attr( $weblog_title ); ?>" /></td>
</tr>
<tr>
<th scope="row"><label for="user_login"><?php
_e( 'Username'
); ?></label></th>
<td>
<?php
if ( $user_table ) { _e( 'User(s) already exists.'
);
echo '<input name="user_name" type="hidden" value="admin" />';
} else { ?>
<input name="user_name" type="text" id="user_login" size="25" aria-describedby="user-name-desc" value="<?php
echo esc_attr( sanitize_user( $user_name, true
) ); ?>" />
<p id="user-name-desc"><?php
_e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol.'
); ?></p>
<?php
} ?>
</td>
</tr>
<?php
if ( !
$user_table ) : ?>
<tr class="form-field form-required user-pass1-wrap">
<th scope="row">
<label for="pass1">
<?php
_e( 'Password'
); ?>