diff --git a/wp-comments-reply.php b/wp-comments-reply.php new file mode 100644 index 0000000000..6dd8297f40 --- /dev/null +++ b/wp-comments-reply.php @@ -0,0 +1,95 @@ + + + + + <?php echo get_settings('blogname'); ?> » Comments on "<?php the_title() ?>" + + + + + + + +

+ +

Replying to Comment:

+post_password)) { // if there's a password + if ($HTTP_COOKIE_VARS['wp-postpass_'.$cookiehash] != $post->post_password) { // and it doesn't match the cookie + echo("

Enter your password to view comments.

"); + return; + } + } + + $comment_author = (isset($HTTP_COOKIE_VARS['comment_author_'.$cookiehash])) ? trim($HTTP_COOKIE_VARS['comment_author_'.$cookiehash]) : ''; + $comment_author_email = (isset($HTTP_COOKIE_VARS['comment_author_email_'.$cookiehash])) ? trim($HTTP_COOKIE_VARS['comment_author_email_'.$cookiehash]) : ''; + $comment_author_url = (isset($HTTP_COOKIE_VARS['comment_author_url_'.$cookiehash])) ? trim($HTTP_COOKIE_VARS['comment_author_url_'.$cookiehash]) : ''; + $comments = $wpdb->get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = '$id' AND comment_approved = '1' AND comment_ID = '$comment_reply_ID' ORDER BY comment_date"); +?> + + + + + +

    + +
  1. + +

    by @

    +
  2. + + +
+ +

No comments yet.

+ +

Leave a Comment:

+comment_status) { ?> +

Line and paragraph breaks automatic, email address never displayed, HTML allowed:

+ +
+

+ + + + + +

+ +

+ + +

+ +

+ + +

+ +

+ +
+ +

+ +

+ +

+
+ +

Sorry, the comment form is closed at this time.

+ + +