Skip to content

Commit

Permalink
Correct text domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Oct 30, 2017
1 parent e9740fc commit 9e509a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
// If comments are closed and there are comments, let's leave a little note, shall we?
if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>

<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'siteorigin-corp' ); ?></p>
<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'siteorigin-north' ); ?></p>
<?php
endif;

Expand Down

0 comments on commit 9e509a6

Please sign in to comment.