Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1188,7 +1188,7 @@ |
1189 | 1189 | |
1190 | 1190 | /** |
1191 | 1191 | * Array of usernames who will be sent a notification email for every change |
1192 | | - * which occurs on a wiki. |
| 1192 | + * which occurs on a wiki. Users will not be notified of their own changes. |
1193 | 1193 | */ |
1194 | 1194 | $wgUsersNotifiedOnAllChanges = array(); |
1195 | 1195 | |