Manual:$wgRevertedTagMaxDepth
Statistics and content analysis: $wgRevertedTagMaxDepth | |
---|---|
Maximum depth (revision count) of reverts that will have their reverted edits marked with the mw-reverted change tag. |
|
Introduced in version: | 1.36.0 (Gerrit change 609773; git #a47778d5) |
Removed in version: | Still in use |
Allowed values: | (integer) |
Default value: | 15 |
Other settings: Alphabetical | By function |
Details
Maximum depth (revision count) of reverts that will have their reverted edits marked with the mw-reverted change tag. Reverts deeper than that will not have any edits marked as reverted at all.
Large values can lead to lots of revisions being marked as "reverted", which may appear confusing to users.
Setting this to 0 will disable the reverted tag entirely.