From: Tim Starling Date: Mon, 7 Nov 2005 05:45:26 +0000 (+0000) Subject: noindex,nofollow on action=purge X-Git-Tag: 1.6.0~1210 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=78b190118de020f76bbf4a14189136dd0ec3a76e;p=lhc%2Fweb%2Fwiklou.git noindex,nofollow on action=purge --- 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 ); } }