Changeset 325721
- Timestamp:
- 12/23/2010 06:16:42 PM (15 years ago)
- File:
-
- 1 edited
-
nospampti/trunk/nospampti.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nospampti/trunk/nospampti.php
r325708 r325721 4 4 Plugin URI: http://projetoseti.com.br/ 5 5 6 Description: NOSpamPTI eliminates the span in your comment box for free, idea by Nando Vieira 6 Description: NOSpamPTI elimina totalmente o spam na sua caixa de comentários de maneira robusta e gratuita, desenvolvido à partir da idéia de Nando Vieira http://bit.ly/d38gB8, porém alguns temas não suportam alterações no arquivo functions.php para isso alteramos a função e disponibilizamos como plugin. 7 Faça bom proveito deste plugin e esqueça totalmente os Spams. 7 8 Version: 2.0 8 9 Author: Rodrigo Coimbra … … 47 48 $hash = md5($challenge); 48 49 49 $question = __( "Which the sum of: {$n1} + {$n2}");50 $question = __('Which the sum of: {$n1} + {$n2}'); 50 51 $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 52 echo $field;
Note: See TracChangeset
for help on using the changeset viewer.