Plugin Directory

Changeset 1281893


Ignore:
Timestamp:
11/08/2015 03:44:52 AM (10 years ago)
Author:
oxynotes
Message:

1.2バージョンアップ

Location:
simple-antispam/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-antispam/trunk/readme.txt

    r1281549 r1281893  
    55Requires at least: 4.3.1
    66Tested up to: 4.3.1
    7 Stable tag: 1.0
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757== Changelog ==
    5858
    59 1.1
    60 フィルター等、細かな修正。
     591.2
     60バグ修正とフィルター修正。
    6161
    62621.0
  • simple-antispam/trunk/simple-anti-spam.php

    r1281892 r1281893  
    44Plugin URI: https://wordpress.org/plugins/simple-antispam/
    55Description: スパムコメントを拒否するプラグイン
    6 Version: 1.1
     6Version: 1.2
    77Author: oxynotes
    88Author URI: http://oxynotes.com
     
    9898
    9999        // 検証用にコメントの時間制限を削除。本番では削除する
    100         remove_filter('comment_flood_filter', 'wp_throttle_comment_flood', 10, 3);
     100        //remove_filter('comment_flood_filter', 'wp_throttle_comment_flood', 10, 3);
    101101
    102102        // コメントのフィルター
Note: See TracChangeset for help on using the changeset viewer.