r105076 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105075‎ | r105076 | r105077 >
Date:19:28, 3 December 2011
Author:robin
Status:ok (Comments)
Tags:
Comment:
follow-up r105066: makeKnownLinkObj() is deprecated
Modified paths:
  • /trunk/extensions/Nuke/Nuke_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Nuke/Nuke_body.php
@@ -174,10 +174,10 @@
175175 ) .
176176 ' ' .
177177 ( $thumb ? $thumb->toHtml( array( 'desc-link' => true ) ) : '' ) .
178 - Linker::makeKnownLinkObj( $title ) .
 178+ Linker::linkKnown( $title ) .
179179 ' (' .
180180 ( $userName ? wfMsgExt( 'nuke-editby', 'parseinline', $userName ) . ', ' : '' ) .
181 - Linker::makeKnownLinkObj( $title, $changes, 'action=history' ) .
 181+ Linker::linkKnown( $title, $changes, array(), array('action' => 'history' ) ) .
182182 ")</li>\n" );
183183 }
184184

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105066Split the default reason for single users and multiple users; easier for tran...robin12:28, 3 December 2011

Comments

#Comment by Jeroen De Dauw (talk | contribs)   09:27, 11 January 2012

Why was this deferred? Used on WMF wikis...

Status & tagging log