correcting namespace

This commit is contained in:
Antoine M 2023-10-25 14:46:00 +02:00
parent db1b1562d3
commit f5d952fc9a

View File

@ -77,7 +77,7 @@ $relatedTaxQuestions = new WP_Query($query_args);
<div class=" thematiques_filters">
<nav class="thematiques-subtaxonomy-links" aria-label="breadcrumbs">
<h3><?php echo __("Filtrer par catégories", $theme_namespace) ?></h3>
<h3><?php echo __("Filtrer par catégories", "homegrade-theme__texte-fonctionnel") ?></h3>
<ul>
<?php foreach ($sousThematiques as $sousThematique) : ?>
<li data-filter="<?php echo $sousThematique->slug ?>">
@ -112,7 +112,7 @@ $relatedTaxQuestions = new WP_Query($query_args);
</section>
<?php if ($currentThematiqueIsParent) : ?>
<p><?php echo $currentThematiqueIsParent['title'] ?></p>
<button id="load-more-questions"><?php echo __("Charger plus de questions", $theme_namespace) ?></button>
<button id="load-more-questions"><?php echo __("Charger plus de questions", "homegrade-theme__texte-fonctionnel") ?></button>
<?php endif; ?>