"Hashar" posted a comment on MediaWiki.r105919.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/105919#c29239

Commit summary for MediaWiki.r105919:

Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondary 
$query argument and treat variant paths like we do action paths.

Hashar's comment:

What I mean is that calling those methods with a second parameter should 
trigger an error.
Something like:
 if( isset($query2) ) {
  wfWarn( "Second argument passed to " . __METHOD__ . " is deprecated\n");
 }



_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to