Index: branches/wmf-deployment/includes/Linker.php |
— | — | @@ -222,7 +222,7 @@ |
223 | 223 | /** |
224 | 224 | * Identical to link(), except $options defaults to 'known'. |
225 | 225 | */ |
226 | | - public function linkKnown( $target, $text = null, $customAttribs = array(), $query = array(), $options = 'known' ) { |
| 226 | + public function linkKnown( $target, $text = null, $customAttribs = array(), $query = array(), $options = array('known','noclasses') ) { |
227 | 227 | return $this->link( $target, $text, $customAttribs, $query, $options ); |
228 | 228 | } |
229 | 229 | |