Changeset 816522
- Timestamp:
- 12/07/2013 05:23:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
comment-gatekeeper/tags/0.9.2/includes/comment-form.php
r816517 r816522 96 96 97 97 //$gatekey = 'nonce_al_pass'; //no key was entered so set a fake key to fail 98 wp_die( __('<strong>ERROR</strong>: please enter a valid spam-filtering answer.' , 'lb3cgk' ) );//gatekey was not set98 wp_die( __('<strong>ERROR</strong>: Please enter a valid spam-filtering answer.' , 'lb3cgk' ) );//gatekey was not set 99 99 100 100 } … … 105 105 106 106 //$_POST['comment'] = ''; //empty the post comment and let it fail 107 wp_die( __('<strong>SORRY</strong>: you did not answer togatekeeper question correctly.' , 'lb3cgk' ) );107 wp_die( __('<strong>SORRY</strong>: You did not answer the gatekeeper question correctly.' , 'lb3cgk' ) ); 108 108 109 109 }
Note: See TracChangeset
for help on using the changeset viewer.