Skip to content

Commit

Permalink
Merge pull request #53 from thomasclausen/0df70b93503b386e63ea37695a8…
Browse files Browse the repository at this point in the history
…61d2ab2595621

Missing text domain
  • Loading branch information
Alex King committed Mar 12, 2012
2 parents 8895bd6 + 0df70b9 commit 866f203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if (comments_open()) {
if (get_option('comment_registration') and !is_user_logged_in()) {
?>
<p class="must-log-in"><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.'), wp_login_url(apply_filters('the_permalink', get_permalink(get_the_ID())))); ?></p>
<p class="must-log-in"><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.', 'social'), wp_login_url(apply_filters('the_permalink', get_permalink(get_the_ID())))); ?></p>
<?php
do_action('comment_form_must_log_in_after');
}
Expand Down

0 comments on commit 866f203

Please sign in to comment.