Skip to content

Commit

Permalink
Merge pull request #1 from soxft/dev
Browse files Browse the repository at this point in the history
bugFixed
  • Loading branch information
soxft authored Feb 13, 2022
2 parents 227c6c9 + 63c6cbc commit 19c7bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ private function authorMail()
"spam" => '垃圾'
];
$search = array(
'{{siteTitle}',
'{{siteTitle}}',
'{{title}}',
'{{author}}',
'{{ip}}',
Expand Down Expand Up @@ -294,7 +294,7 @@ public function guestMail()
{
$date = new \Typecho\Date($this->_comment->created);
$search = [
'{siteTitle}',
'{{siteTitle}}',
'{{title}}',
'{{author_p}}',
'{{author}}',
Expand Down

0 comments on commit 19c7bb1

Please sign in to comment.