This commit is contained in:
Oliver Davies 2019-03-17 23:21:24 +00:00
parent 43bab4a5ce
commit ed523ab0b1

View file

@ -42,10 +42,10 @@ if ( have_posts() ) : ?>
</footer>
<?php
endwhile;
else :
_e( 'Sorry, no posts were found.', 'textdomain' );
endif;
endwhile;
else :
_e( 'Sorry, no posts were found.', 'textdomain' );
endif;
?>
<?php