<?php
echo esc_attr( $new_user_firstname ); ?>" /></td>
</tr>
<tr class="form-field">
<th scope="row"><label for="last_name"><?php
_e( 'Last Name'
); ?> </label></th>
<td><input name="last_name" type="text" id="last_name" value="<?php
echo esc_attr( $new_user_lastname ); ?>" /></td>
</tr>
<tr class="form-field">
<th scope="row"><label for="url"><?php
_e( 'Website'
); ?></label></th>
<td><input name="url" type="url" id="url" class="code" value="<?php
echo esc_attr( $new_user_uri ); ?>" /></td>
</tr>
<?php
$languages =
get_available_languages();
if ( $languages ) :
?>
<tr class="form-field user-language-wrap">
<th scope="row">
<label for="locale">
<?php /* translators: The user language selection field label. */ ?>
<?php
_e( 'Language'
); ?><span class="dashicons dashicons-translation" aria-hidden="true"></span>
</label>
</th>
<td>
<?php