Changeset 714044
- Timestamp:
- 05/16/2013 07:39:47 PM (13 years ago)
- Location:
- solvemedia/trunk
- Files:
-
- 1 added
- 4 edited
-
puzzle_reload.js (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
solvemedia.comment.inc (modified) (1 diff)
-
solvemedia.php (modified) (1 diff)
-
solvemedia_comment_reply.js (added)
Legend:
- Unmodified
- Added
- Removed
-
solvemedia/trunk/puzzle_reload.js
r657566 r714044 18 18 catch(e) {} 19 19 }); 20 -
solvemedia/trunk/readme.txt
r696631 r714044 4 4 Requires at least: 2.8.4 5 5 Tested up to: 3.5.1 6 Stable tag: 1.1. 36 Stable tag: 1.1.4 7 7 8 8 Secure & Monetize your site with Solve Media's CAPTCHA replacement. … … 20 20 21 21 Add [solvemedia solvemedia-1] to a Contact-Form-7 text area to use the Solve Media CAPTCHA replacement on a contact form. 22 23 Add `<?php do_action('comment_form', $post-\>ID); ?>` to the comments.php file of your theme if it is not already there. Otherwise, the code to display CAPTCHA never gets called.24 22 25 23 For basic usage, you can also have a look at the [plugin homepage](http://portal.solvemedia.com/portal/help/pub/wp/). … … 42 40 43 41 == Changelog == 42 43 = 1.1.4 = 44 * Fixed bug where replying to a comment would break captcha in some browsers 44 45 45 46 = 1.1.3 = … … 66 67 67 68 == Upgrade Notice == 69 70 = 1.1.4 = 71 * Fixed bug where replying to a comment would break captcha in some browsers 68 72 69 73 = 1.1.3 = -
solvemedia/trunk/solvemedia.comment.inc
r692424 r714044 8 8 * $Id$ 9 9 */ 10 11 //If solvemedia captchas for comments are enabled, load comment_reply.js 12 function adcopy_wp_enable_comment_reply_reload() 13 { 14 global $WP_type, $adcopy_opt, $wp_plugin_url; 15 16 if($adcopy_opt['re_comments']) 17 { 18 wp_enqueue_script('solvemedia_comment_reply', 19 $wp_plugin_url . '/solvemedia/solvemedia_comment_reply.js', 20 array( 'jquery', 'jquery-form' ) 21 ); 22 } 23 } 24 25 add_action('init', adcopy_wp_enable_comment_reply_reload); 10 26 11 27 function adcopy_wp_hash_comment($id) -
solvemedia/trunk/solvemedia.php
r696631 r714044 4 4 Plugin URI: http://www.solvemedia.com/ 5 5 Description: Integrates Solve Media's anti-spam solutions with wordpress 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: Ilia Fishbein 8 8 Email: [email protected]
Note: See TracChangeset
for help on using the changeset viewer.