Index: trunk/extensions/LiquidThreads/LiquidThreads.php |
— | — | @@ -178,4 +178,4 @@ |
179 | 179 | /* Using numbers because the change type constants are defined in Thread.php, don't |
180 | 180 | want to have to parse it on every page view */ |
181 | 181 | $wgThreadActionsNoBump = array( 3 /* Edited summary */, 10 /* Merged from */, |
182 | | - 12 /* Split from */ ); |
| 182 | + 12 /* Split from */, 2 /* Edited root */, ); |