blog.ludicmind.net

エントリー更新通知

Posted in Movable Type by harry on the January 5th, 2005

MTのエントリー更新通知がダサくて、色々調べてみた所、lib/MT/App/CMS.pmのsub send_notifyで処理されている様子。

件名をいじるなら

my $subj = $app->translate("[_1] Update: [_2]", $blog->name, $entry->title);

をいじれば良さげ。

Perlはわかんないので、明日みっしぶさん【誰】に聞いてみようっと。

Leave a Reply