added better comments to explain functions

This commit is contained in:
asus
2024-02-09 14:31:00 +01:00
parent c41b184221
commit 0c0b406de0
7 changed files with 77 additions and 43 deletions

View File

@@ -1,9 +1,10 @@
<?php
foreach($ages as $age) {
?>
<p>age <?php echo esc_html($age); ?></p>
<?php
}
?>
<p class="third_el_to_change">to change</p>
<p>aaaaaand this is the end</p>
<?php
foreach($ages as $age) {
?>
<p>age <?php echo esc_html($age); ?></p>
<?php
}
?>
<p class="third_el_to_change">to change</p>
<p>aaaaaand this is the end</p>
</div>