更新履歴/0.1.1の変更点
- 追加された行はこの色です。
- 削除された行はこの色です。
- 移動:バックアップ
- 最新のバージョン:2014-04-03 01:52:06
- バージョン:(Rev:TJTD_tqg9q)2014-04-03 01:49:50
Old | New | 差分 | |
---|---|---|---|
6 | 6 | ページの描画に倍の時間がかかっていたので、設定されていない場合は空白にするように修正。 | |
7 | 7 | :修正前|$desc = !empty($description) ? $description : mb_strimwidth(preg_replace("/[\r\n]/" ,' ' ,strip_htmltag($this->wiki->render())) ,0 ,256 ,'...'); | |
8 | 8 | :修正後|$desc = !empty($description) ? $description : ""; | |
9 | - | ||
10 | - | **PukiWiki\Mailer.php | |
9 | + | ||
10 | + | **Mailerクラスのsendメソッド修正 PukiWiki\Mailer.php [#gk28NxI] | |
11 | 11 | 尚、利用しないためsmtp利用の動作は未確認(要:ユーザIDとPASSの設定) | |
12 | 12 | #sh(Php){{ | |
13 | 13 | public static function send($from, $to, $subject, $body, $from_label=''){ |