Featured Locations block html tags
-
In file “inc/blocks/featured-locations/featured-locations.php” on lines 41+42 is
} printf('</div>');
It should be correct
printf('</div>'); }
to close
<div class="itre-featured-locations__section">
only if $location on the line 30 is not empty. Otherwise </div> is extra.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Featured Locations block html tags’ is closed to new replies.