Index: trunk/extensions/LiquidThreads/pages/TalkpageHistoryView.php |
— | — | @@ -74,10 +74,11 @@ |
75 | 75 | } |
76 | 76 | |
77 | 77 | function formatValue( $name, $value ) { |
78 | | - global $wgLang, $wgContLang; |
79 | | - |
| 78 | + global $wgLang, $wgContLang, $wgOut; |
80 | 79 | static $linker = null; |
81 | 80 | |
| 81 | + $wgOut->setRobotPolicy('noindex, nofollow'); |
| 82 | + |
82 | 83 | if ( empty( $linker ) ) { |
83 | 84 | $linker = class_exists( 'DummyLinker' ) ? new DummyLinker() : new Linker(); |
84 | 85 | } |