"Hashar" posted a comment on MediaWiki.r109161. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/109161#c29975
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 Hashar's comment: The change is transparent to extension authors. So they will only discover the issue once the deprecation notices are emitted. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
