diff -r 000000000000 -r d970ebf37754 wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/comments.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/themes/themeforest-2964855-scrn-responsive-single-page-portfolio/SCRN/comments.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,177 @@ + + + + +

+ + + + + + + +
+ + + + + + + +

+ + + + 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> + +
+ + + + + +
+ + + + + +
    + + 'comment','callback'=>'vp_comment') ); ?> + +
+ + + + + + 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> + +
+ + + + + +
+ + + + + + + +
+ +

+ +
    + + + +
+ +
+ + + + + +
+ + comment_status) : ?> + + + + + + + + + +
+ + + +
+ + + +
+ + + +comment_status) : ?> + + '', + + 'email' => '', + + 'url' => '
' + + ); + + $comment_textarea = '
'; + + comment_form( array( 'fields' => $fields, 'comment_field' => $comment_textarea, 'label_submit' => esc_attr__( 'Submit Comment', 'Tharsis' ), 'title_reply' => '' . esc_attr__( 'Leave a Reply', 'Tharsis' ) . '', 'title_reply_to' => esc_attr__( 'Leave a Reply to %s', 'Tharsis' )) ); ?> + +
+ + + + + + + +
\ No newline at end of file