commented when no content found. documented closing tags.

This commit is contained in:
jorge-vitrubio 2022-09-12 14:04:17 +02:00
parent 12c0e5b8ca
commit 310c99a740
1 changed files with 5 additions and 6 deletions

View File

@ -88,12 +88,11 @@ get_header(); ?>
</ul>
<?php else: ?>
<p class="no-data">
<?php _e( 'Apologies, but no results were found.', 'hangar' ); ?>
<?php // _e( 'Apologies, but no results were found.', 'hangar' ); ?>
</p><!-- .no-data -->
<?php endif; ?>
</div><!-- .content -->
</div>
<!--end Main-->
</div><!-- #content .indexall -->
<?php get_footer(); ?>