From: <var...@us...> - 2011-05-20 12:58:55
|
Revision: 8086 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8086&view=rev Author: vargenau Date: 2011-05-20 12:58:49 +0000 (Fri, 20 May 2011) Log Message: ----------- Revert Modified Paths: -------------- trunk/lib/display.php Modified: trunk/lib/display.php =================================================================== --- trunk/lib/display.php 2011-05-20 10:53:54 UTC (rev 8085) +++ trunk/lib/display.php 2011-05-20 12:58:49 UTC (rev 8086) @@ -220,14 +220,8 @@ global $robots; $pagename = $request->getArg('pagename'); $version = $request->getArg('version'); - $action = $request->getArg('action'); $page = $request->getPage(); - /* Tell Google (and others) to ignore e.g. MyPage?action=diff */ - if ($action) { - $robots = "noindex,nofollow"; - $toks['ROBOTS_META'] = $robots; - } if ($version) { $revision = $page->getRevision($version); if (!$revision) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |