Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed Jul 19, 2016
1 parent 134ef57 commit 03a1c9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commentpress-core/class_commentpress_display.php
Expand Up @@ -846,10 +846,10 @@ public function get_comment_icon(
// define title text
$title_text = sprintf(
_n(
'There is %d comment written for this %s', // singular
'There are %d comments written for this %s', // plural
$comment_count, // number
'commentpress-core' // domain
'There is %d comment written for this %s', // singular
'There are %d comments written for this %s', // plural
$comment_count, // number
'commentpress-core' // domain
),
// substitutions
$comment_count,
Expand Down

0 comments on commit 03a1c9c

Please sign in to comment.