From b91e6eb8d3fdd443e857159a6e74683e1a5f4876 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 21 Oct 2015 02:57:32 +0100 Subject: [PATCH] Improve documentation of $wgShowRollbackEditCount There were a few grammatical errors, and ambiguities. Change-Id: I49f998c3d2a693bd755c1aaa4cf08bc5fd5fd505 --- includes/DefaultSettings.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 */ -- 2.20.1