User "Jeroen De Dauw" posted a comment on MediaWiki.r94703.

Full URL: 
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/94703#c20960
Commit summary:

Removed support for SMW < 1.5, and removed almost-entirely-unnecessary 
wfLoadExtensionMessages() call

Comment:

The wfLoadExtensionMessages is still needed for MW 1.15.x. You can put it in 
such an if block:

<code>if ( version_compare( $wgVersion, '1.16', '<' ) ) {</code>

Or you can call smwfLoadExtensionMessages instead. Do note that this later 
function was added in SMW 1.5.1, so won't work for 1.5. Then again, people 
up'ing SCQ to the latest are unlikely to have 1.5 anyway.

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

Reply via email to