Changeset 325739
- Timestamp:
- 12/23/2010 07:25:45 PM (15 years ago)
- File:
-
- 1 edited
-
nospampti/trunk/nospampti.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nospampti/trunk/nospampti.php
r325738 r325739 47 47 $hash = md5($challenge); 48 48 49 $question = __( 'Which the sum of:' {$n1} + {$n2});49 $question = __("Which the sum of: {$n1} + {$n2}"); 50 50 $field = sprintf('<p><label for="challenge">%s</label> <input type="hidden" name="challenge_hash" value="%s" /> <input type="text" name="challenge" id="challenge" size="2" /></p>', $question, $hash); 51 51 echo $field;
Note: See TracChangeset
for help on using the changeset viewer.