Changeset 459172
- Timestamp:
- 11/03/2011 07:58:13 PM (14 years ago)
- Location:
- picatcha/tags
- Files:
-
- 2 edited
-
1.1/wp-picatcha.php (modified) (1 diff)
-
1.2/picatcha-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
picatcha/tags/1.1/wp-picatcha.php
r458902 r459172 4 4 Plugin URI: http://www.picatcha.com/ 5 5 Description: Integrates Picatcha's image identification CAPTCHAs with wordpress 6 Version: 0.16 Version: 1.1 7 7 Author: Picatcha 8 8 Email: contact@picatcha.net -
picatcha/tags/1.2/picatcha-settings.php
r458902 r459172 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">
Note: See TracChangeset
for help on using the changeset viewer.