Manual:$wgUsersNotifiedOnAllChanges/ko
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgUsersNotifiedOnAllChanges and the translation is 22% complete.
Languages:
| Email notification (Enotif) settings: $wgUsersNotifiedOnAllChanges | |
|---|---|
| Array of usernames who will be sent a notification email for every change which occurs on a wiki. |
|
| 이 변수가 소개된 버전: | 1.10.0 (r21468) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array of strings) |
| 기본값: | [] |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Array of usernames who will be sent a notification email for every change which occurs on a wiki. The user will not be sent an email for changes that they themselves make.
Example:
$wgUsersNotifiedOnAllChanges = [ 'WikiSysop', 'User123' ];
같이 보기
- Extension:EditNotify — Allows for page creation/editing notifications.