Changeset 2341375
- Timestamp:
- 07/16/2020 06:44:37 AM (6 years ago)
- File:
-
- 1 edited
-
vaptcha/trunk/options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vaptcha/trunk/options.php
r2341371 r2341375 16 16 <?php 17 17 $options = get_option("vaptcha_options"); 18 var_dump($options); 18 19 ?> 19 20 <div class="vaptcha-header"> … … 120 121 <fieldset> 121 122 <select name="vaptcha_options[vaptcha_lang]"> 122 <option value=" auto" <?php selected( $options['vaptcha_lang'], 'auto' ); ?>>Auto Detect</option>123 <option value=" " <?php selected( $options['vaptcha_lang'], ' ' ); ?>>Auto Detect</option> 123 124 <option value="en" <?php selected( $options['vaptcha_lang'], 'en' ); ?>>English</option> 124 125 <option value="zh-CN" <?php selected( $options['vaptcha_lang'], 'zh-CN' ); ?>>中文简体</option>
Note: See TracChangeset
for help on using the changeset viewer.