Plugin Directory

Changeset 325721


Ignore:
Timestamp:
12/23/2010 06:16:42 PM (15 years ago)
Author:
coimbra
Message:

added pt_BR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nospampti/trunk/nospampti.php

    r325708 r325721  
    44Plugin URI: http://projetoseti.com.br/
    55
    6 Description: NOSpamPTI eliminates the span in your comment box for free, idea by Nando Vieira
     6Description: 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.
     7Faça bom proveito deste plugin e esqueça totalmente os Spams.
    78Version: 2.0
    89Author: Rodrigo Coimbra
     
    4748    $hash = md5($challenge);
    4849   
    49     $question = __("Which the sum of: {$n1} + {$n2}");
     50    $question = __('Which the sum of: {$n1} + {$n2}');
    5051    $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);
    5152    echo $field;
Note: See TracChangeset for help on using the changeset viewer.