瀏覽代碼

Changing wording of post filtering when action is not set from throttled to blocked at user request.

pull/79/head
Benjamin Southall 7 年之前
父節點
當前提交
d01bcf48d7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      inc/filters.php

+ 1
- 1
inc/filters.php 查看文件

@@ -145,7 +145,7 @@ class Filter {
}
if (isset ($this->action)) switch($this->action) {
case 'reject':
error(isset($this->message) ? $this->message : 'Posting throttled by filter.');
error(isset($this->message) ? $this->message : 'Posting blocked by filter.');
case 'ban':
if (!isset($this->reason))
error('The ban action requires a reason.');


Loading…
取消
儲存