File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
app/code/Magento/Backend/Block/Store Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -473,6 +473,8 @@ public function getCurrentWebsiteName()
473
473
return $ website ->getName ();
474
474
}
475
475
}
476
+
477
+ return '' ;
476
478
}
477
479
478
480
/**
@@ -489,6 +491,8 @@ public function getCurrentStoreGroupName()
489
491
return $ group ->getName ();
490
492
}
491
493
}
494
+
495
+ return '' ;
492
496
}
493
497
494
498
/**
@@ -505,6 +509,8 @@ public function getCurrentStoreName()
505
509
return $ store ->getName ();
506
510
}
507
511
}
512
+
513
+ return '' ;
508
514
}
509
515
510
516
/**
@@ -590,7 +596,7 @@ public function getHintHtml()
590
596
class="admin__field-tooltip-action action-help"><span>%s</span></a></span></div> ' ;
591
597
$ title = $ this ->escapeHtmlAttr (__ ('What is this? ' ));
592
598
$ span = $ this ->escapeHtml (__ ('What is this? ' ));
593
- sprintf ($ html , $ this ->escapeUrl ($ url ), $ title , $ span );
599
+ $ html = sprintf ($ html , $ this ->escapeUrl ($ url ), $ title , $ span );
594
600
}
595
601
return $ html ;
596
602
}
You can’t perform that action at this time.
0 commit comments