"^demon" changed the status of MediaWiki.r109161 to "ok" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/109161#c30094

Old Status: new
> New Status: ok

Commit summary for MediaWiki.r109161:

deprecated $query2 in Title.php

$query2 was used to pass a variant. Make that deprecated, the
recommanded way is to use an array as a first parameter. Ex:

 $this->getLocalUrl( array( 'variant' => 'foo' ) );

Ping r105919

^demon's comment:

I suppose my main point was that passing extra arguments is harmless, so why 
bother throwing notices at all?

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

Reply via email to