added better comments to explain functions
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<p>i am a new p</p>
|
||||
<p class="first_el_to_change">to change</p>
|
||||
<?php
|
||||
foreach($names as $name) {
|
||||
include($html_dir."templates/presentation.html");
|
||||
}
|
||||
?>
|
||||
<div id="model_plugin_shortcode">
|
||||
<p>i am a new p</p>
|
||||
<p class="first_el_to_change">to change</p>
|
||||
<?php
|
||||
foreach($names as $name) {
|
||||
include($html_dir."templates/presentation.html");
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user