Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage.body.php |
— | — | @@ -445,6 +445,8 @@ |
446 | 446 | $notes = $RevFlagging->ReviewNotes( $frev ); |
447 | 447 | // Set the new body HTML, place a tag on top |
448 | 448 | $wgOut->addHTML('<div class="mw-warning plainlinks"><small>'.$tag.'</small></div>' . $parserOutput->getText() . $notes); |
| 449 | + # Show stable categories and interwiki links only |
| 450 | + $wgOut->addCategoryLinks( $parserOutput->getCategories() ); |
449 | 451 | } |
450 | 452 | |
451 | 453 | function showStableList() { |