commented when no content found. documented closing tags.
This commit is contained in:
parent
12c0e5b8ca
commit
310c99a740
|
@ -87,13 +87,12 @@ get_header(); ?>
|
|||
<?php endwhile; wp_reset_query(); ?>
|
||||
</ul>
|
||||
<?php else: ?>
|
||||
<p class="no-data">
|
||||
<?php _e( 'Apologies, but no results were found.', 'hangar' ); ?>
|
||||
</p><!-- .no-data -->
|
||||
<p class="no-data">
|
||||
<?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(); ?>
|
||||
|
|
Loading…
Reference in New Issue