internationnalizing all button filter
This commit is contained in:
parent
32255e5f79
commit
2240cc0a74
|
|
@ -78,7 +78,7 @@ $posts = new WP_Query($args);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<li>
|
<li>
|
||||||
<button class="filters-toolbar__action-button" data-term-id="all" data-term-name="all">Tous</button>
|
<button class="filters-toolbar__action-button" data-term-id="all" data-term-name="all"> <?php echo __("Tous", "homegrade-theme__texte-fonctionnel") ?></button>
|
||||||
</li>
|
</li>
|
||||||
<?php foreach ($news_types as $typeTerm) : ?>
|
<?php foreach ($news_types as $typeTerm) : ?>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user