Plugin Directory

Changeset 2341375


Ignore:
Timestamp:
07/16/2020 06:44:37 AM (6 years ago)
Author:
vaptcha
Message:
  • edit languach
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vaptcha/trunk/options.php

    r2341371 r2341375  
    1616       <?php
    1717         $options = get_option("vaptcha_options");
     18         var_dump($options);
    1819        ?>
    1920        <div class="vaptcha-header">
     
    120121                         <fieldset>
    121122                            <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>
    123124                                <option value="en" <?php selected( $options['vaptcha_lang'], 'en' ); ?>>English</option>
    124125                                <option value="zh-CN" <?php selected( $options['vaptcha_lang'], 'zh-CN' ); ?>>中文简体</option>
Note: See TracChangeset for help on using the changeset viewer.