summaryrefslogtreecommitdiff
path: root/includes/SpecialSpecialpages.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialSpecialpages.php')
-rw-r--r--includes/SpecialSpecialpages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SpecialSpecialpages.php b/includes/SpecialSpecialpages.php
index a893966c..4ea956b8 100644
--- a/includes/SpecialSpecialpages.php
+++ b/includes/SpecialSpecialpages.php
@@ -12,7 +12,7 @@ function wfSpecialSpecialpages() {
$wgMessageCache->loadAllMessages();
- $wgOut->setRobotpolicy( 'index,nofollow' );
+ $wgOut->setRobotpolicy( 'noindex,nofollow' ); # Is this really needed?
$sk = $wgUser->getSkin();
/** Pages available to all */