mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-28 01:30:00 +00:00
Replace deprecated 'advanced' by renamed to 'settings' icon
One more, after my comment in I997bc0f8c7d99f73c1cc6b4ce46f6bcdc1eee410 got happily ignored. Bug: T190581 Change-Id: I26dc9018693ffd4c5edcda021c8adce52325cdc9
This commit is contained in:
parent
5ac1f53bde
commit
e06b2b1686
|
@ -708,7 +708,7 @@ class TemplateDataBlob {
|
|||
|
||||
public function getHtml( Language $lang ) {
|
||||
$data = $this->getDataInLanguage( $lang->getCode() );
|
||||
$icon = 'advanced';
|
||||
$icon = 'settings';
|
||||
if ( $data->format === null ) {
|
||||
$formatMsg = null;
|
||||
} elseif ( isset( self::$formats[$data->format] ) ) {
|
||||
|
|
Loading…
Reference in a new issue