Plugin Directory

Changeset 1920251


Ignore:
Timestamp:
08/06/2018 08:24:05 AM (8 years ago)
Author:
ohtan
Message:

support for php7

Location:
spam-byebye
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • spam-byebye/trunk/readme.txt

    r1106596 r1920251  
    33Tags: comments, spam, admin
    44Requires at least: 3.0.0
    5 Tested up to: 4.1.1
    6 Stable tag: 2.2.0
     5Tested up to: 4.9.8
     6Stable tag: 2.2.1
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    238238
    239239== Changelog ==
     240= 2.2.1 =
     241* PHP7に対応
     242
    240243= 2.2.0 =
    241244* ホワイトリスト機能を追加
  • spam-byebye/trunk/spam-bye2.php

    r1106596 r1920251  
    55Description: コメントスパム対策用プラグイン
    66Author: ohtan
    7 Version: 2.2.0
     7Version: 2.2.1
    88Author URI: http://cmf.ohtanz.com/
    99License: GPL2
     
    4040        include_once(SB2_CONFIG_FILE);
    4141
    42         $sb2 = & new spamBye2();
     42        $sb2 = new spamBye2();
    4343        $sb2->spamBye2Check(
    4444            $inData['comment_author'],
     
    5555{
    5656    if (file_exists(SB2_CONFIG_FILE) && file_exists(SB2_SETUP_FILE)) {
    57         $sb2s = & new spamBye2Setup();
     57        $sb2s = new spamBye2Setup();
    5858        add_submenu_page('options-general.php', 'SPAM-BYEBYE設定', 'SPAM-BYEBYE設定', 8, 'spam-byebye', array($sb2s, 'spambye2SetupCheck'));
    5959    }
Note: See TracChangeset for help on using the changeset viewer.