Plugin Directory

Changeset 325739


Ignore:
Timestamp:
12/23/2010 07:25:45 PM (15 years ago)
Author:
coimbra
Message:

new po

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nospampti/trunk/nospampti.php

    r325738 r325739  
    4747    $hash = md5($challenge);
    4848   
    49     $question = __('Which the sum of:' {$n1} + {$n2});
     49    $question = __("Which the sum of: {$n1} + {$n2}");
    5050    $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);
    5151    echo $field;
Note: See TracChangeset for help on using the changeset viewer.