Make a dinner reservation - MediaWiki CI

I clean up code to MediaWiki standards
This commit is contained in:
github-actions 2020-08-10 04:07:40 +00:00 committed by alistair3149
parent f816fdb830
commit c04d4b102e

View file

@ -52,7 +52,7 @@ class SkinCitizen extends SkinMustache {
$out->addMeta( 'theme-color', $this->getConfigValue( 'CitizenThemeColor' ) ?? '' );
// Load Citizen search suggestion modules if enabled
// TODO: Avoid eager loading. check T233677 for details
// TODO: Avoid eager loading. check T233677 for details
if ( $this->getConfigValue( 'CitizenEnableSearch' ) === true ) {
$options['scripts'] = array_merge(
$options['scripts'],