Changeset 1696307
- Timestamp:
- 07/14/2017 03:40:58 PM (9 years ago)
- Location:
- question-antispam-for-comment-and-signup/trunk
- Files:
-
- 2 edited
-
question-antispam-for-comment-and-signup.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
question-antispam-for-comment-and-signup/trunk/question-antispam-for-comment-and-signup.php
r1335121 r1696307 6 6 Author: Dinar Qurbanov 7 7 Author URI: http://qdb.wp.kukmara-rayon.ru/ 8 Version: 0.1. 08 Version: 0.1.1 9 9 10 10 I have used WordPress Hashcash code, also I have looked at buhsl-Captcha, Cookies for Comments, Peter's Custom Anti-Spam codes, to learn and use their codes, and also copied something from them … … 331 331 332 332 add_action('comment_form_after_fields', 'wpmsqas_add_commentform'); 333 #add_action('comment_form_before_fields', 'wpmsqas_add_commentform'); 334 #add_action('comment_form', 'wpmsqas_add_commentform'); 333 335 334 336 function wpmsqas_check_comment_antispam_answer( $comment ) { -
question-antispam-for-comment-and-signup/trunk/readme.txt
r1335121 r1696307 5 5 Requires at least: 4.4.1 6 6 Tested up to: 4.4.1 7 Stable tag: 0.1. 07 Stable tag: 0.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 100 100 i have fixed 2 bugs of spam ratio widget. 101 101 102 version 0.1.1 103 using comment_form_after_fields 102 104 103 105 … … 105 107 106 108 107
Note: See TracChangeset
for help on using the changeset viewer.