removing unecessary empty line
This commit is contained in:
parent
c37d43f022
commit
d90c78885d
|
|
@ -76,7 +76,6 @@ function homegrade_enqueue_scripts()
|
||||||
'no' => __('Non', 'homegrade-theme__texte-fonctionnel'),
|
'no' => __('Non', 'homegrade-theme__texte-fonctionnel'),
|
||||||
'template_directory_uri' => get_template_directory_uri(),
|
'template_directory_uri' => get_template_directory_uri(),
|
||||||
'current_thematique' => get_the_terms(get_the_ID(), 'thematiques')[0] ?? null,
|
'current_thematique' => get_the_terms(get_the_ID(), 'thematiques')[0] ?? null,
|
||||||
|
|
||||||
);
|
);
|
||||||
wp_localize_script('main-app-js', 'mainAppJsDynamicDatas', $main_app_js_dynamic_datas);
|
wp_localize_script('main-app-js', 'mainAppJsDynamicDatas', $main_app_js_dynamic_datas);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user