Changeset 818408
- Timestamp:
- 12/10/2013 06:55:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
comment-gatekeeper/tags/0.9.3/includes/settings.php
r818398 r818408 112 112 value = "<?php if(isset( $lb3cgk_options['lb3cgk_gatekeeper_default'] )){ echo $lb3cgk_options['lb3cgk_gatekeeper_default'];}?>" 113 113 /> 114 <label for="lb3cgk_gatekeeper_default"> This is the default question that will be posed to a potential commenter</label>114 <label for="lb3cgk_gatekeeper_default"><?php _e('This is the default question that will be posed to a potential commenter' , 'comment-gatekeeper'); ?></label> 115 115 116 116 <?php echo ob_get_clean(); … … 136 136 value = "<?php if(isset( $lb3cgk_options['lb3cgk_gatelock_default'] )){ echo $lb3cgk_options['lb3cgk_gatelock_default'];}?>" 137 137 /> 138 <label for="lb3cgk_gatelock_default"> This is the correct answer that will allow the comment to pass</label>138 <label for="lb3cgk_gatelock_default"><?php _e( 'This is the correct answer that will allow the comment to pass' , 'comment-gatekeeper') ;?></label> 139 139 <?php echo ob_get_clean(); 140 140
Note: See TracChangeset
for help on using the changeset viewer.