FIX orthographic correction

This commit is contained in:
Antoine M 2025-04-08 11:30:53 +02:00
parent b08fd1d5b6
commit 2c4d1fcc8b

View File

@ -167,7 +167,7 @@ function render_custom_chantier_box_content($post)
$return_to = get_edit_post_link($artisan_id);
echo '<h3> Chantiers réalisé par l\'entreprise </h3>';
echo '<h3> Chantiers réalisés </h3>';
echo '<ul>';
while ($chantiers->have_posts()) {
$chantiers->the_post();