Plugin Directory

Changeset 459172


Ignore:
Timestamp:
11/03/2011 07:58:13 PM (14 years ago)
Author:
picatcha
Message:

added in the new settings and updated the version number for 1.1

Location:
picatcha/tags
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • picatcha/tags/1.1/wp-picatcha.php

    r458902 r459172  
    44Plugin URI: http://www.picatcha.com/
    55Description: Integrates Picatcha's image identification CAPTCHAs with wordpress
    6 Version: 0.1
     6Version: 1.1
    77Author: Picatcha
    88Email: contact@picatcha.net
  • picatcha/tags/1.2/picatcha-settings.php

    r458902 r459172  
    151151      <table class="form-table">
    152152         <tr valign="top">
    153             <th scope="row"><?php _e('Picatcha Form', 'picatcha'); ?></th>
     153            <th scope="row"><?php _e('Default Language', 'picatcha'); ?></th>
    154154            <td>
    155155               <label for="_options[picatcha_language]"><?php _e('Language:', 'picatcha'); ?></label>
     
    157157            </td>
    158158         </tr>
     159         
     160         <tr valign="top">
     161              <th scope="row"><?php _e('', 'picatcha'); ?></th>
     162              <td>
     163                 <input type="checkbox" id ="picatcha_options[language_override]" name="picatcha_options[language_override]" value="1" <?php checked('1', $this->options['language_override']); ?> />
     164                 <label for="picatcha_options[language_override]"><?php _e('Allow users to override the default Picatcha language', 'picatcha'); ?></label>
     165              </td>
     166           </tr>
    159167         
    160168         <tr valign="top">
Note: See TracChangeset for help on using the changeset viewer.