From 78b190118de020f76bbf4a14189136dd0ec3a76e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 7 Nov 2005 05:45:26 +0000 Subject: [PATCH] noindex,nofollow on action=purge --- includes/Article.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Article.php b/includes/Article.php index 4ee9b557c1..48d31d03e2 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -941,6 +941,7 @@ class Article { "\n", $msg ); $wgOut->setPageTitle( $this->mTitle->getPrefixedText() ); + $wgOut->setRobotpolicy( 'noindex,nofollow' ); $wgOut->addHTML( $msg ); } } -- 2.20.1