Plugin Directory

Changeset 1696307


Ignore:
Timestamp:
07/14/2017 03:40:58 PM (9 years ago)
Author:
qdinar
Message:

using comment_form_after_fields

Location:
question-antispam-for-comment-and-signup/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • question-antispam-for-comment-and-signup/trunk/question-antispam-for-comment-and-signup.php

    r1335121 r1696307  
    66 Author: Dinar Qurbanov
    77 Author URI: http://qdb.wp.kukmara-rayon.ru/
    8  Version: 0.1.0
     8 Version: 0.1.1
    99
    1010 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
     
    331331
    332332add_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');
    333335
    334336function wpmsqas_check_comment_antispam_answer( $comment ) {
  • question-antispam-for-comment-and-signup/trunk/readme.txt

    r1335121 r1696307  
    55Requires at least: 4.4.1
    66Tested up to: 4.4.1
    7 Stable tag: 0.1.0
     7Stable tag: 0.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    100100i have fixed 2 bugs of spam ratio widget.
    101101
     102version 0.1.1
     103using comment_form_after_fields
    102104
    103105
     
    105107
    106108
    107 
Note: See TracChangeset for help on using the changeset viewer.