jenkins-bot has submitted this change and it was merged. Change subject: Improve documentation of $wgShowRollbackEditCount ......................................................................
Improve documentation of $wgShowRollbackEditCount There were a few grammatical errors, and ambiguities. Change-Id: I49f998c3d2a693bd755c1aaa4cf08bc5fd5fd505 --- M includes/DefaultSettings.php 1 file changed, 5 insertions(+), 4 deletions(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5eaeffa..71fe83d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3365,10 +3365,11 @@ $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 */ -- To view, visit https://gerrit.wikimedia.org/r/247776 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I49f998c3d2a693bd755c1aaa4cf08bc5fd5fd505 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
