User "Krinkle" posted a comment on MediaWiki.r88109.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88109#c16899
Commit summary:

discussion with hashar
* moved getInfoBox into Xml.php as infoBox static method
* moved config-infobox* css classes from config to mw-infobox* in shared
* left getInfoBox as a wrapper in the installer

Comment:

<pre>
+       static function infoBox( [...], $useStypePath = true ) {
+               
+               if ( $useStypePath ) {

</pre>
Typo ;-)


: ''* moved config-infobox* css classes from config to mw-infobox* in shared''
<pre>
+/* general info/warning box for SP */
+.mw-infobox {
</pre>

What is SP and is/would/should this be used in articles/skin ? (since it's in 
shared now..)

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to