"SVG" posted a comment on MediaWiki.r114096.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/114096#c32341

Commit summary for MediaWiki.r114096:

Removed redundant , moved up $wgExtensionCredits and gave descriptions for 
classes, internationlization and default values

SVG's comment:

"global" is only needed if using $wgHooks or $wgExtensionFunctions (function 
efFunction() { global $wgVariable; }), otherwise it doesn't change anything (so 
far as I know). You can add these variables to your extension loading system, 
then it should faultlessly work.

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

Reply via email to