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

View file

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