Changeset 325744
- Timestamp:
- 12/23/2010 07:44:36 PM (15 years ago)
- File:
-
- 1 edited
-
nospampti/trunk/nospampti.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nospampti/trunk/nospampti.php
r325739 r325744 9 9 10 10 */ 11 load_plugin_textdomain('nospampti', WP_PLUGIN_URL.'/nospampti/languages/', 'nospampti/languages/');12 11 13 12 function challenge_check($comment_id) … … 24 23 $post_id = $_POST['comment_post_ID']; 25 24 25 load_plugin_textdomain('nospampti', WP_PLUGIN_URL.'/nospampti/languages/', 'nospampti/languages/'); 26 26 27 27 if ($hash != $challenge) {
Note: See TracChangeset
for help on using the changeset viewer.