From: Timo Tijhof Date: Wed, 21 Oct 2015 01:57:32 +0000 (+0100) Subject: Improve documentation of $wgShowRollbackEditCount X-Git-Tag: 1.31.0-rc.0~9320^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=b91e6eb8d3fdd443e857159a6e74683e1a5f4876;p=lhc%2Fweb%2Fwiklou.git Improve documentation of $wgShowRollbackEditCount There were a few grammatical errors, and ambiguities. Change-Id: I49f998c3d2a693bd755c1aaa4cf08bc5fd5fd505 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5eaeffac09..71fe83d419 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3365,10 +3365,11 @@ $wgEdititis = false; $wgSend404Code = true; /** - * The $wgShowRollbackEditCount variable is used to show how many edits will be - * rollback. The numeric value of the variable are the limit up to are counted. - * If the value is false or 0, the edits are not counted. Disabling this will - * furthermore prevent MediaWiki from hiding some useless rollback links. + * The $wgShowRollbackEditCount variable is used to show how many edits can be rolled back. + * The numeric value of the variable controls how many edits MediaWiki will look back to + * determine whether a rollback is allowed (by checking that they are all from the same author). + * If the value is false or 0, the edits are not counted. Disabling this will prevent MediaWiki + * from hiding some useless rollback links. * * @since 1.20 */