找到大约第 459 行的代码:
$this->param['message'] = lang('forum/misc', $this->param['htmlon'] ? 'post_edithtml' : (!$this->forum['allowbbcode'] || $this->param['bbcodeoff'] ? 'post_editnobbcode' : 'post_edit'), array('editor' => $editor, 'edittime' => $edittime)) . $this->param['message'];
$this->param['message'] = $this->param['message'] . lang('forum/misc', $this->param['htmlon'] ? 'post_edithtml' : (!$this->forum['allowbbcode'] || $this->param['bbcodeoff'] ? 'post_editnobbcode' : 'post_edit'), array('editor' => $editor, 'edittime' => $edittime));
找到第 32 至 37 行的代码:
'post_edit' => "本帖最后由 {editor} 于 {edittime} 编辑\\n\\n",
'post_edit_regexp' => '/^\\[i=s\\] 本帖最后由 .*? 于 .*? 编辑 \\[\\/i\\]\\n\\n/s',
'post_edithtml' => '本帖最后由 {editor} 于 {edittime} 编辑
',
'post_edithtml_regexp' => '/^\\[i=s\\] 本帖最后由 .*? 于 .*? 编辑 \\[\\/i\\]
/s',
'post_editnobbcode' => '[ 本帖最后由 {editor} 于 {edittime} 编辑 ]\\n\\n',
'post_editnobbcode_regexp' => '/^\\[ 本帖最后由 .*? 于 .*? 编辑 \\]\\n\\n/s',
'post_edit' => "本帖最后由 {editor} 于 {edittime} 编辑\\n\\n",
'post_edit_regexp' => '/\\[i=s\\] 本帖最后由 .*? 于 .*? 编辑 \\[\\/i\\]\\n\\n/s',
'post_edithtml' => '本帖最后由 {editor} 于 {edittime} 编辑
',
'post_edithtml_regexp' => '/\\[i=s\\] 本帖最后由 .*? 于 .*? 编辑 \\[\\/i\\]
/s',
'post_editnobbcode' => '[ 本帖最后由 {editor} 于 {edittime} 编辑 ]\\n\\n',
'post_editnobbcode_regexp' => '/\\[ 本帖最后由 .*? 于 .*? 编辑 \\]\\n\\n/s',