Manual:$wgShowRollbackEditCount

From MediaWiki.org
Jump to: navigation, search
Reduction: $wgShowRollbackEditCount
Maximum number to count when a rollback link is shown
Introduced in version: 1.20.0 (gerrit change 16932; git #9bae219)
Removed in version: still in use
Allowed values: (int)
Default value: 10

Other settings: Alphabetical | By Function


Details [edit]

The $wgShowRollbackEditCount variable is used to show how many edits will be rollback. The numeric value of the varible are the limit up to are counted. If the value is false or 0, the edits are not counted. When $wgMiserMode is set, edits are always not counted on Special:RecentChanges and Special:Watchlist.

See also [edit]