Plugin Directory

Changeset 325744


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

defaults po

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nospampti/trunk/nospampti.php

    r325739 r325744  
    99
    1010*/
    11 load_plugin_textdomain('nospampti', WP_PLUGIN_URL.'/nospampti/languages/', 'nospampti/languages/');
    1211
    1312function challenge_check($comment_id)
     
    2423    $post_id = $_POST['comment_post_ID'];
    2524
     25load_plugin_textdomain('nospampti', WP_PLUGIN_URL.'/nospampti/languages/', 'nospampti/languages/');
    2626
    2727    if ($hash != $challenge) {
Note: See TracChangeset for help on using the changeset viewer.