Changeset 1920251
- Timestamp:
- 08/06/2018 08:24:05 AM (8 years ago)
- Location:
- spam-byebye
- Files:
-
- 8 added
- 2 edited
-
tags/2.2.1 (added)
-
tags/2.2.1/config.default.php (added)
-
tags/2.2.1/readme.txt (added)
-
tags/2.2.1/screenshot-1.png (added)
-
tags/2.2.1/setup.js (added)
-
tags/2.2.1/setup.php (added)
-
tags/2.2.1/spam-bye2.php (added)
-
tags/2.2.1/uninstall.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/spam-bye2.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spam-byebye/trunk/readme.txt
r1106596 r1920251 3 3 Tags: comments, spam, admin 4 4 Requires at least: 3.0.0 5 Tested up to: 4. 1.16 Stable tag: 2.2. 05 Tested up to: 4.9.8 6 Stable tag: 2.2.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 238 238 239 239 == Changelog == 240 = 2.2.1 = 241 * PHP7に対応 242 240 243 = 2.2.0 = 241 244 * ホワイトリスト機能を追加 -
spam-byebye/trunk/spam-bye2.php
r1106596 r1920251 5 5 Description: コメントスパム対策用プラグイン 6 6 Author: ohtan 7 Version: 2.2. 07 Version: 2.2.1 8 8 Author URI: http://cmf.ohtanz.com/ 9 9 License: GPL2 … … 40 40 include_once(SB2_CONFIG_FILE); 41 41 42 $sb2 = &new spamBye2();42 $sb2 = new spamBye2(); 43 43 $sb2->spamBye2Check( 44 44 $inData['comment_author'], … … 55 55 { 56 56 if (file_exists(SB2_CONFIG_FILE) && file_exists(SB2_SETUP_FILE)) { 57 $sb2s = &new spamBye2Setup();57 $sb2s = new spamBye2Setup(); 58 58 add_submenu_page('options-general.php', 'SPAM-BYEBYE設定', 'SPAM-BYEBYE設定', 8, 'spam-byebye', array($sb2s, 'spambye2SetupCheck')); 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.