Merge branch 'master' of github.com:ThemeBoy/SportsPress

This commit is contained in:
Brian Miyaji
2021-11-18 00:01:18 +09:00

View File

@@ -359,7 +359,7 @@ if ( ! class_exists( 'SP_Settings_General' ) ) :
<td class="forminp"> <td class="forminp">
<legend class="screen-reader-text"><span><?php esc_html_e( 'Timezone', 'sportspress' ); ?></span></legend> <legend class="screen-reader-text"><span><?php esc_html_e( 'Timezone', 'sportspress' ); ?></span></legend>
<select id="timezone_string" name="timezone_string" class="<?php echo esc_attr( $class ); ?>"> <select id="timezone_string" name="timezone_string" class="<?php echo esc_attr( $class ); ?>">
<?php echo esc_html( wp_timezone_choice( $tzstring ) ); ?> <?php echo wp_kses( wp_timezone_choice( $tzstring ), array( 'option' => array( 'value' => array(), 'selected' => array() ) ) ); ?>
</select> </select>
</td> </td>
</tr> </tr>