<?php
_e( 'New User Default Role'
); ?></label></th>
<td>
<select name="default_role" id="default_role"><?php
wp_dropdown_roles( get_option( 'default_role'
) ); ?></select>
</td>
</tr>
<?php
}$languages =
get_available_languages();
$translations =
wp_get_available_translations();
if ( !
is_multisite() &&
defined( 'WPLANG'
) && '' !== WPLANG && 'en_US' !== WPLANG && !
in_array( WPLANG,
$languages, true
) ) { $languages[] = WPLANG;
}if ( !
empty( $languages ) || !
empty( $translations ) ) { ?>
<tr>
<th scope="row"><label for="WPLANG"><?php
_e( 'Site Language'
); ?><span class="dashicons dashicons-translation" aria-hidden="true"></span></label></th>
<td>
<?php
$locale =
get_locale();
if ( !
in_array( $locale,
$languages, true
) ) {