fixing text title
This commit is contained in:
parent
f96868b75e
commit
c16e4752f1
|
|
@ -69,7 +69,7 @@ $relatedTaxQuestions = new WP_Query($query_args);
|
|||
null,
|
||||
array(
|
||||
'ID' => get_queried_object_id(),
|
||||
'title' => __("Les questions les plus fréquentes sur ", "homegrade-theme__texte-fonctionnel__faq-archive-questions") . get_queried_object()->name,
|
||||
'title' => __("Les questions les plus fréquentes", "homegrade-theme__texte-fonctionnel__faq-archive-questions") . get_queried_object()->name,
|
||||
'sub-title' => $currentThematique->name,
|
||||
'thematique' => $currentThematique,
|
||||
'thematique_generale' => $mainThematique,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user