diff --git a/comments.php b/comments.php index 11e9a31..613dde2 100644 --- a/comments.php +++ b/comments.php @@ -63,7 +63,7 @@ } else { // WP-Default (Name+Email+URL) - $comment_before = $comments_before. $defaultoptions['default_comment_notes_before']; + $comment_before = $comment_before. $defaultoptions['default_comment_notes_before']; comment_form( array( 'comment_notes_before' => $comment_before ) ); } diff --git a/inc/constants.php b/inc/constants.php index d75827a..0c450ab 100644 --- a/inc/constants.php +++ b/inc/constants.php @@ -1,7 +1,7 @@