Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/247776
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/76/247776/1 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: newchange Gerrit-Change-Id: I49f998c3d2a693bd755c1aaa4cf08bc5fd5fd505 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
