Plugin Directory

Changeset 818408


Ignore:
Timestamp:
12/10/2013 06:55:26 PM (12 years ago)
Author:
StuartSequeira
Message:

Add translations function to two lines that were missing wp translation function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • comment-gatekeeper/tags/0.9.3/includes/settings.php

    r818398 r818408  
    112112        value = "<?php if(isset( $lb3cgk_options['lb3cgk_gatekeeper_default'] )){  echo $lb3cgk_options['lb3cgk_gatekeeper_default'];}?>"
    113113    />
    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>
    115115   
    116116<?php echo ob_get_clean();
     
    136136        value = "<?php if(isset( $lb3cgk_options['lb3cgk_gatelock_default'] )){  echo $lb3cgk_options['lb3cgk_gatelock_default'];}?>"
    137137    />
    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>
    139139<?php echo ob_get_clean();
    140140
Note: See TracChangeset for help on using the changeset viewer.