Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2288,15 +2288,14 @@ |
2289 | 2289 | * of new blocks in monobook. vector and modern should work without any special css. |
2290 | 2290 | * |
2291 | 2291 | * $wgFooterIcons itself is a key/value array. |
2292 | | - * The key os the name of a block that the icons will be wrapped in. |
2293 | | - * The final id varries by skin; Monobook and Vector will turn poweredby into f-poweredbyico |
2294 | | - * while Modern turns it into mw_poweredby. |
2295 | | - * The value is a key/value array of icons. The key may or may not be used by the |
2296 | | - * skin but it can be used to find the icon and unset it or change the icon if needed. |
2297 | | - * This is useful for disabling icons that are set by extensions. |
2298 | | - * The value should be either a string or an array. |
2299 | | - * If it is a string it will be output directly, however some skins may choose to ignore it. |
2300 | | - * An array is the preferred format for the icon, the following keys are used: |
| 2292 | + * The key is the name of a block that the icons will be wrapped in. The final id varies |
| 2293 | + * by skin; Monobook and Vector will turn poweredby into f-poweredbyico while Modern |
| 2294 | + * turns it into mw_poweredby. The value is a key/value array of icons. The key may or |
| 2295 | + * may not be used by the skin but it can be used to find the icon and unset it or |
| 2296 | + * change the icon if needed. This is useful for disabling icons that are set by extensions. |
| 2297 | + * The value should be either a string or an array. If it is a string it will be output |
| 2298 | + * directly, however some skins may choose to ignore it. An array is the preferred format |
| 2299 | + * for the icon, the following keys are used: |
2301 | 2300 | * src: An absolute url to the image to use for the icon, this is recommended |
2302 | 2301 | * but not required, however some skins will ignore icons without an image |
2303 | 2302 | * url: The url to use in the <a> arround the text or icon, if not set an <a> will not be outputted |