Index: trunk/extensions/Nuke/Nuke_body.php |
— | — | @@ -174,10 +174,10 @@ |
175 | 175 | ) . |
176 | 176 | ' ' . |
177 | 177 | ( $thumb ? $thumb->toHtml( array( 'desc-link' => true ) ) : '' ) . |
178 | | - Linker::makeKnownLinkObj( $title ) . |
| 178 | + Linker::linkKnown( $title ) . |
179 | 179 | ' (' . |
180 | 180 | ( $userName ? wfMsgExt( 'nuke-editby', 'parseinline', $userName ) . ', ' : '' ) . |
181 | | - Linker::makeKnownLinkObj( $title, $changes, 'action=history' ) . |
| 181 | + Linker::linkKnown( $title, $changes, array(), array('action' => 'history' ) ) . |
182 | 182 | ")</li>\n" ); |
183 | 183 | } |
184 | 184 | |