Changeset 459170
- Timestamp:
- 11/03/2011 07:57:48 PM (14 years ago)
- Location:
- picatcha/trunk
- Files:
-
- 2 edited
-
picatcha-settings.php (modified) (2 diffs)
-
wp-picatcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
picatcha/trunk/picatcha-settings.php
r444954 r459170 151 151 <table class="form-table"> 152 152 <tr valign="top"> 153 <th scope="row"><?php _e(' Picatcha Form', 'picatcha'); ?></th>153 <th scope="row"><?php _e('Default Language', 'picatcha'); ?></th> 154 154 <td> 155 155 <label for="_options[picatcha_language]"><?php _e('Language:', 'picatcha'); ?></label> … … 157 157 </td> 158 158 </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> 159 167 160 168 <tr valign="top"> -
picatcha/trunk/wp-picatcha.php
r458920 r459170 3 3 Plugin Name: Picatcha 4 4 Plugin URI: http://www.picatcha.com/ 5 Description: Integrates Picatcha's image identification CAPTCHAs with wordpress5 Description: 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. 6 6 Version: 1.2 7 7 Author: Picatcha Inc
Note: See TracChangeset
for help on using the changeset viewer.