Skip to content

Commit

Permalink
Comment the php
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Oct 15, 2024
1 parent fcee827 commit 59245e6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@
}
}



&__note-from-antonia.v-align {
display: flex;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/**
* The is part of a template that is used for search results loaded via AJAX.
* It is not wrapped in a script tag with a template attribute because it forms
* part of `src/components/c-events-item/view-list.ajax.php`.
* Class names and html structure matches the view.php component.
*/

defined('ABSPATH') || exit;

?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
</fieldset>
</form>
</section>
<!-- c-content-filter ends here -->
<!-- c-content-filter ends here -->
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/**
* The is part of a template that is used for search results loaded via AJAX.
* It is not wrapped in a script tag with a template attribute because it forms
* part of `src/components/c-events-item/view-list.ajax.php`.
* Class names and html structure matches the view.php component.
*/

defined('ABSPATH') || exit;

?>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* The template is used for search results loaded via AJAX.
* Class names and html structure matches the view-list.php component.
*/

defined('ABSPATH') || exit;

?>
Expand Down

0 comments on commit 59245e6

Please sign in to comment.