Changeset 1281893
- Timestamp:
- 11/08/2015 03:44:52 AM (10 years ago)
- Location:
- simple-antispam/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
simple-anti-spam.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-antispam/trunk/readme.txt
r1281549 r1281893 5 5 Requires at least: 4.3.1 6 6 Tested up to: 4.3.1 7 Stable tag: 1. 07 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 1. 160 フィルター等、細かな修正。59 1.2 60 バグ修正とフィルター修正。 61 61 62 62 1.0 -
simple-antispam/trunk/simple-anti-spam.php
r1281892 r1281893 4 4 Plugin URI: https://wordpress.org/plugins/simple-antispam/ 5 5 Description: スパムコメントを拒否するプラグイン 6 Version: 1. 16 Version: 1.2 7 7 Author: oxynotes 8 8 Author URI: http://oxynotes.com … … 98 98 99 99 // 検証用にコメントの時間制限を削除。本番では削除する 100 remove_filter('comment_flood_filter', 'wp_throttle_comment_flood', 10, 3);100 //remove_filter('comment_flood_filter', 'wp_throttle_comment_flood', 10, 3); 101 101 102 102 // コメントのフィルター
Note: See TracChangeset
for help on using the changeset viewer.