functions.php
line 1045: the string "Comment" is not translatable via gettext, the line should be:
$raindrops_comment_string = __( 'Comment ', 'Raindrops' ) . raindrops_link_unique( 'Post', get_the_ID( ) );
functions.php
line 1045: the string "Comment" is not translatable via gettext, the line should be:
$raindrops_comment_string = __( 'Comment ', 'Raindrops' ) . raindrops_link_unique( 'Post', get_the_ID( ) );