Plugin Directory

Changeset 459170


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

added in the missing settings for the settings page, and updated the version number and description

Location:
picatcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • picatcha/trunk/picatcha-settings.php

    r444954 r459170  
    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">
  • picatcha/trunk/wp-picatcha.php

    r458920 r459170  
    33Plugin Name: Picatcha
    44Plugin URI: http://www.picatcha.com/
    5 Description: Integrates Picatcha's image identification CAPTCHAs with wordpress
     5Description:  Usable and Secure CAPTCHAs. The challenges are easy for humans to solve (results in high conversions) and at the same time hard for spam bots. This ensures a great user-experience for your website visitors.
    66Version: 1.2
    77Author: Picatcha Inc
Note: See TracChangeset for help on using the changeset viewer.