r87645 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87644‎ | r87645 | r87646 >
Date:17:04, 7 May 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Followup r87578:

PHP Notice: Use of Linker::makeLinkObj is deprecated. [Called from call_user_func_array in (internal function)] for /w/i.php?title=Special:RecentChanges&translations=filter<ul>
<li>- line - calls Linker::makeLinkObj()</li>
<li>Skin.php line 1552 calls call_user_func_array()</li>
<li>- line - calls Skin::__call()</li>
<li>Renameuser.php line 58 calls SkinVector::makeLinkObj()</li>
<li>- line - calls wfRenameUserLogActionText()</li>
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1794,7 +1794,6 @@
17951795 * @param $prefix String: optional prefix. As trail, only before instead of after.
17961796 */
17971797 static function makeLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) {
1798 - wfDeprecated( __METHOD__ );
17991798 wfProfileIn( __METHOD__ );
18001799 $query = wfCgiToArray( $query );
18011800 list( $inside, $trail ) = self::splitTrail( $trail );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87578Remove some stuff marked as deprecated <= 1.16 unused...reedy20:59, 6 May 2011

Comments

#Comment by Reedy (talk | contribs)   23:29, 7 May 2011

Hmm. I only obviously found 3 in extensions, hence marking it as such.

BLEH

Status & tagging log