summaryrefslogtreecommitdiff
path: root/includes/SpecialLonelypages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialLonelypages.php')
-rw-r--r--includes/SpecialLonelypages.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/SpecialLonelypages.php b/includes/SpecialLonelypages.php
index 326ae54d..15022924 100644
--- a/includes/SpecialLonelypages.php
+++ b/includes/SpecialLonelypages.php
@@ -15,6 +15,9 @@ class LonelyPagesPage extends PageQueryPage {
function getName() {
return "Lonelypages";
}
+ function getPageHeader() {
+ return '<p>' . wfMsg('lonelypagestext') . '</p>';
+ }
function sortDescending() {
return false;