Index: trunk/phase3/includes/Linker.php |
— | — | @@ -216,7 +216,7 @@ |
217 | 217 | /** |
218 | 218 | * Identical to link(), except $options defaults to 'known'. |
219 | 219 | */ |
220 | | - public function linkKnown( $target, $text = null, $customAttribs = array(), $query = array(), $options = 'known' ) { |
| 220 | + public function linkKnown( $target, $text = null, $customAttribs = array(), $query = array(), $options = array('known','noclasses') ) { |
221 | 221 | return $this->link( $target, $text, $customAttribs, $query, $options ); |
222 | 222 | } |
223 | 223 | |